← Tools Reference

AMap

AMap integration (Location). Imported from open-connector.

API key15 toolshttps://restapi.amap.com
GET
amap_geocode
Convert an address to coordinates.

/v3/geocode/geo

2 parameters
ParamTypeRequiredDescription
addressstringrequiredThe address to geocode.
citystringoptionalThe city used to narrow the geocode lookup.
GET
amap_reverse_geocode
Convert coordinates to an address.

/v3/geocode/regeo

4 parameters
ParamTypeRequiredDescription
locationstringrequiredThe coordinates to reverse geocode.
radiusintegeroptionalThe search radius in meters.
extensionsstringoptionalThe requested response detail level.
roadLevelintegeroptionalThe road level filter.
GET
amap_search_places
Search places by keyword.

/v5/place/text

7 parameters
ParamTypeRequiredDescription
keywordsstringrequiredThe keywords used to search places.
regionstringoptionalThe optional region filter.
cityLimitbooleanoptionalWhether to limit results to the region.
typesstringoptionalThe optional place type filter.
pageNumintegeroptionalThe page number to fetch.
pageSizeintegeroptionalThe page size to fetch.
showFieldsstringoptionalThe requested output fields.
GET
amap_search_places_around
Search places around a location.

/v5/place/around

8 parameters
ParamTypeRequiredDescription
locationstringrequiredThe center coordinate for the search.
radiusintegeroptionalThe search radius in meters.
keywordsstringoptionalThe optional keyword filter.
typesstringoptionalThe optional place type filter.
sortRulestringoptionalThe optional sort rule.
pageNumintegeroptionalThe page number to fetch.
pageSizeintegeroptionalThe page size to fetch.
showFieldsstringoptionalThe requested output fields.
GET
amap_search_places_polygon
Search places inside a polygon.

/v5/place/polygon

6 parameters
ParamTypeRequiredDescription
polygonstringrequiredThe polygon used to bound the search.
keywordsstringoptionalThe optional keyword filter.
typesstringoptionalThe optional place type filter.
pageNumintegeroptionalThe page number to fetch.
pageSizeintegeroptionalThe page size to fetch.
showFieldsstringoptionalThe requested output fields.
GET
amap_get_place_detail
Get place details by id.

/v5/place/detail

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe place identifier.
showFieldsstringoptionalThe requested output fields.
GET
amap_input_tips
Get input tips by keywords.

/v3/assistant/inputtips

6 parameters
ParamTypeRequiredDescription
keywordsstringrequiredThe keywords used to search tips.
typestringoptionalThe optional category filter.
locationstringoptionalThe optional location bias.
citystringoptionalThe optional city filter.
cityLimitbooleanoptionalWhether to limit results to the specified city.
dataTypestringoptionalThe optional data type filter.
GET
amap_ip_locate
Locate by IP address.

/v3/ip

1 parameter
ParamTypeRequiredDescription
ipstringoptionalThe IP address to locate.
GET
amap_district_search
Search administrative districts.

/v3/config/district

6 parameters
ParamTypeRequiredDescription
keywordsstringrequiredThe district search keywords.
subDistrictintegeroptionalThe subdistrict depth.
extensionsstringoptionalThe requested response detail level.
pageintegeroptionalThe page number to fetch.
offsetintegeroptionalThe result offset.
filterstringoptionalThe optional filter expression.
GET
amap_weather
Get weather information.

/v3/weather/weatherInfo

2 parameters
ParamTypeRequiredDescription
citystringrequiredThe city to query.
extensionsstringoptionalThe requested response detail level.
GET
amap_route_driving
Plan a driving route.

/v5/direction/driving

8 parameters
ParamTypeRequiredDescription
originstringrequiredThe route origin.
destinationstringrequiredThe route destination.
waypointsstringoptionalThe optional waypoint list.
strategystringoptionalThe optional routing strategy.
platestringoptionalThe optional license plate.
carTypestringoptionalThe optional car type.
avoidPolygonsstringoptionalThe optional avoid polygon list.
showFieldsstringoptionalThe requested output fields.
GET
amap_route_walking
Plan a walking route.

/v5/direction/walking

3 parameters
ParamTypeRequiredDescription
originstringrequiredThe route origin.
destinationstringrequiredThe route destination.
showFieldsstringoptionalThe requested output fields.
GET
amap_route_bicycling
Plan a bicycling route.

/v5/direction/bicycling

4 parameters
ParamTypeRequiredDescription
originstringrequiredThe route origin.
destinationstringrequiredThe route destination.
alternativeRoutestringoptionalThe optional alternative route mode.
showFieldsstringoptionalThe requested output fields.
GET
amap_route_electrobike
Plan an electric bike route.

/v5/direction/electrobike

3 parameters
ParamTypeRequiredDescription
originstringrequiredThe route origin.
destinationstringrequiredThe route destination.
showFieldsstringoptionalThe requested output fields.
GET
amap_route_transit
Plan a transit route.

/v5/direction/transit/integrated

7 parameters
ParamTypeRequiredDescription
originstringrequiredThe route origin.
destinationstringrequiredThe route destination.
originCitystringrequiredThe origin city.
destinationCitystringrequiredThe destination city.
strategystringoptionalThe optional routing strategy.
nightFlagstringoptionalThe optional night transit flag.
showFieldsstringoptionalThe requested output fields.