What It Is
AMAP is a map and location service plugin powered by the AMAP (高德地图) platform. It adds interactive maps, geocoding, reverse geocoding, place search, and route planning to apps you build. The plugin is enabled per project. You can start with platform test keys or switch to your own AMAP application keys for production use.Where to Find It
- Open any project.
- Switch to the Build tab.
- Open Skill Library from the left navigation.
- Find AMAP in the plugin cards.
Enable
Any of the following enables it:- Hover the plugin card and click Use.
- Open the plugin detail page and click Use in the header.
- Confirm the plugin enablement card when the AI assistant suggests it in chat.
Configure
Open the plugin detail page after enabling. You have two modes:Platform test keys
Leave all three key fields blank to use the built-in platform test keys. Quota is limited and it is not recommended for production.Your own AMAP application
Fill in all three keys from your AMAP console:- Web Service Key: used for geocoding, reverse geocoding, place search, route planning, and similar service calls.
- JS API Key: used for the browser map SDK, map point picking, and interactive frontend map rendering.
- Security Key: used for securityJsCode in JS API 2.0 or when referer / security validation is enabled.
Disable
Open the plugin detail page, click Disable in the header, and confirm in the dialog.FAQ
Can I use my own AMAP keys alongside the platform test keys?
Can I use my own AMAP keys alongside the platform test keys?
No. You either use the platform test keys (all three blank) or provide your own full three-key set. Partial custom keys are not supported.
Which AMAP services does this plugin cover?
Which AMAP services does this plugin cover?
The plugin covers Web Service APIs (geocoding, place search, route planning) and JS API (browser maps, point picking). Other AMAP services may require additional configuration.

