Tag

Baidu Map

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 21, 2025 · Backend Development

Integrate Baidu Map MCP with Spring AI in Spring Boot 3 – Step‑by‑Step Guide

This article walks you through using Spring AI's MCP client starter in a Spring Boot 3 project to connect to Baidu Map's MCP server, covering dependencies, YAML and JSON configurations, communication modes, custom server setup, and sample code for invoking the service.

BackendBaidu MapMCP
0 likes · 9 min read
Integrate Baidu Map MCP with Spring AI in Spring Boot 3 – Step‑by‑Step Guide
Java Architecture Diary
Java Architecture Diary
Mar 28, 2025 · Backend Development

How to Integrate Baidu Map MCP Server into Java AI Apps with NPX

This guide explains how to quickly integrate Baidu Map's MCP protocol into Java AI applications using NPX, covering API key setup, configuration, core map APIs, and sample Java code for seamless location and routing services.

AI integrationBackend DevelopmentBaidu Map
0 likes · 7 min read
How to Integrate Baidu Map MCP Server into Java AI Apps with NPX
php中文网 Courses
php中文网 Courses
Jan 22, 2025 · Frontend Development

Customizing Baidu Map Styles with PHP: A Step-by-Step Guide

This article provides a detailed, step-by-step tutorial on how to obtain a Baidu Map API key, integrate the API library into a PHP project, create a map container, initialize the map object, customize its style via JSON, and render the customized map on a web page.

APIBaidu MapMap Styling
0 likes · 5 min read
Customizing Baidu Map Styles with PHP: A Step-by-Step Guide
php中文网 Courses
php中文网 Courses
Jul 16, 2024 · Backend Development

Customizing Baidu Map Styles with PHP and Baidu Map API

This article provides a step‑by‑step guide for developers to customize Baidu Map styles using PHP, covering API key acquisition, library inclusion, creating a map container, initializing the map object, setting a JSON‑based style, and rendering the map on a web page.

APIBaidu MapMap Styling
0 likes · 4 min read
Customizing Baidu Map Styles with PHP and Baidu Map API
php中文网 Courses
php中文网 Courses
May 15, 2024 · Backend Development

Customizing Baidu Map Styles with PHP and Baidu Map API

This tutorial walks through six steps—obtaining an API key, importing the Baidu Map library, creating a map container, initializing the map object, setting a custom style JSON, and rendering the map—demonstrating how to use PHP to customize Baidu Map appearance on a web page.

APIBaidu MapPHP
0 likes · 4 min read
Customizing Baidu Map Styles with PHP and Baidu Map API
php中文网 Courses
php中文网 Courses
May 6, 2024 · Backend Development

Generating Baidu Map Heatmaps with PHP

This tutorial explains how to generate and display Baidu Map heatmaps in a PHP project by preparing API credentials, importing the Baidu Map library, formatting coordinate data, creating heatmap objects, and embedding the resulting visualization into a web page.

APIBaidu MapPHP
0 likes · 5 min read
Generating Baidu Map Heatmaps with PHP
php中文网 Courses
php中文网 Courses
Feb 23, 2024 · Backend Development

Generating Baidu Map Heatmaps with PHP

This tutorial explains how to use PHP together with the Baidu Map API to prepare data, create a HeatMap instance, add weighted points, generate the heatmap image, and display it on a web page, providing complete code examples for each step.

APIBaidu Mapheatmap
0 likes · 5 min read
Generating Baidu Map Heatmaps with PHP