← Tools Reference

Tencent Maps

Tencent Maps integration (Location). Imported from open-connector.

API key15 toolshttps://apis.map.qq.com
GET
tencent_maps_geocode
Geocode an address with Tencent Maps.

/ws/geocoder/v1

2 parameters
ParamTypeRequiredDescription
addressstringrequiredThe address to geocode.
policyintegeroptionalThe Tencent Maps geocoding policy.
GET
tencent_maps_reverse_geocode
Reverse geocode coordinates with Tencent Maps.

/ws/geocoder/v1

4 parameters
ParamTypeRequiredDescription
locationstringrequiredThe coordinate string formatted as latitude,longitude.
radiusintegeroptionalThe administrative boundary absorb radius in meters.
getPoibooleanoptionalWhether to return nearby points of interest.
poiOptionsstringoptionalThe Tencent Maps poi_options value.
GET
tencent_maps_search_places
Search Tencent Maps places in a region.

/ws/place/v1/search

2 parameters
ParamTypeRequiredDescription
keywordsstringoptionalThe keyword used to search places.
regionstringoptionalThe region name or adcode used for region search.
GET
tencent_maps_search_places_around
Search Tencent Maps places around a coordinate.

/ws/place/v1/search

2 parameters
ParamTypeRequiredDescription
locationstringoptionalThe search center formatted as latitude,longitude.
keywordsstringoptionalThe keyword used to search places.
GET
tencent_maps_search_places_polygon
Search Tencent Maps places inside a polygon.

/ws/place/v1/search_by_polygon

2 parameters
ParamTypeRequiredDescription
polygonstringoptionalThe polygon boundary string.
keywordsstringoptionalThe keyword used to search places.
GET
tencent_maps_get_place_detail
Get details for one Tencent Maps place identifier.

/ws/place/v1/detail

1 parameter
ParamTypeRequiredDescription
idstringoptionalThe Tencent Maps place identifier.
GET
tencent_maps_input_tips
Fetch Tencent Maps input suggestions.

/ws/place/v1/suggestion

1 parameter
ParamTypeRequiredDescription
keywordsstringoptionalThe keyword used to fetch input tips.
GET
tencent_maps_ip_locate
Locate an IP address with Tencent Maps.

/ws/location/v1/ip

1 parameter
ParamTypeRequiredDescription
ipstringoptionalThe IP address to locate.
GET
tencent_maps_district_search
Search Tencent Maps administrative districts.

/ws/district/v1/getchildren

1 parameter
ParamTypeRequiredDescription
modestringoptionalThe Tencent Maps district endpoint variant.
GET
tencent_maps_weather
Fetch Tencent Maps weather by adcode or coordinate.

/ws/weather/v1

GET
tencent_maps_route_driving
Plan a Tencent Maps driving route.

/ws/direction/v1/driving

GET
tencent_maps_route_walking
Plan a Tencent Maps walking route.

/ws/direction/v1/walking

GET
tencent_maps_route_bicycling
Plan a Tencent Maps bicycling route.

/ws/direction/v1/bicycling

GET
tencent_maps_route_transit
Plan a Tencent Maps transit route.

/ws/direction/v1/transit

POST
tencent_maps_distance_matrix
Calculate a Tencent Maps distance matrix.

/ws/distance/v1/matrix