baidu-geocoding

Resolve Baidu Maps address-to-coordinate and coordinate-to-address lookups.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill baidu-geocoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-geocoding
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/baidu-geocoding
Command: npx skills add https://github.com/qq5855144/GitHubM --skill baidu-geocoding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes manual map lookups by turning addresses into coordinates and coordinates back into structured addresses for Baidu Maps-based applications.

Core Features & Use Cases

  • Geocoding: Resolve addresses to longitude and latitude with confidence and precision metadata.
  • Reverse Geocoding: Convert coordinates into formatted addresses, administrative regions, and optional POIs or roads.
  • Cross-platform Integration: Use the same API flow in web apps, Taro mini programs, and edge-function-backed clients where secure server-side authentication is required.
  • Use Case: Power location search, navigation, store locator pages, delivery workflows, and map-based user experiences without exposing API keys to the browser.

Quick Start

Ask the AI to geocode 百度大厦 in 北京市 and return the coordinates and confidence score.

Frequently Asked Questions about baidu-geocoding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I use Baidu Maps geocoding API in Taro mini programs?

Reverse geocoding converts coordinates into formatted addresses, administrative regions, and optional POIs or roads. It parses JSON responses from secure platform-managed GET requests to extract structured location data.

Does Baidu geocoding support coordinate-type matching for location-based services?

Edge-function forwarding protects API keys by routing secure server-side GET requests through a proxy. This prevents exposing authentication credentials to the browser while returning JSON parsing results to the client.

How to protect Baidu Maps API keys when calling geocoding from edge functions?

Coordinate-type matching ensures geocoding and reverse-geocoding results align with your map display framework. The API applies coordinate-type matching during JSON parsing to maintain accuracy across navigation and store lookup workflows.

Does Baidu geocoding support coordinate-type matching for location-based services?

Edge-function forwarding protects API keys by routing secure server-side GET requests through a proxy. This prevents exposing authentication credentials to the browser while returning JSON parsing results to the client.

How to protect Baidu Maps API keys when calling geocoding from edge functions?

Coordinate-type matching ensures geocoding and reverse-geocoding results align with your map display framework. The API applies coordinate-type matching during JSON parsing to maintain accuracy across navigation and store lookup workflows.

Does Baidu geocoding support coordinate-type matching for location-based services?

Edge-function forwarding protects API keys by routing secure server-side GET requests through a proxy. This prevents exposing authentication credentials to the browser while returning JSON parsing results to the client.