Tencent Maps integration (Location). Imported from open-connector.
https://apis.map.qq.com/ws/geocoder/v1
| Param | Type | Required | Description |
|---|---|---|---|
| address | string | required | The address to geocode. |
| policy | integer | optional | The Tencent Maps geocoding policy. |
/ws/geocoder/v1
| Param | Type | Required | Description |
|---|---|---|---|
| location | string | required | The coordinate string formatted as latitude,longitude. |
| radius | integer | optional | The administrative boundary absorb radius in meters. |
| getPoi | boolean | optional | Whether to return nearby points of interest. |
| poiOptions | string | optional | The Tencent Maps poi_options value. |
/ws/place/v1/search
| Param | Type | Required | Description |
|---|---|---|---|
| keywords | string | optional | The keyword used to search places. |
| region | string | optional | The region name or adcode used for region search. |
/ws/place/v1/search
| Param | Type | Required | Description |
|---|---|---|---|
| location | string | optional | The search center formatted as latitude,longitude. |
| keywords | string | optional | The keyword used to search places. |
/ws/place/v1/search_by_polygon
| Param | Type | Required | Description |
|---|---|---|---|
| polygon | string | optional | The polygon boundary string. |
| keywords | string | optional | The keyword used to search places. |
/ws/place/v1/detail
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Tencent Maps place identifier. |
/ws/place/v1/suggestion
| Param | Type | Required | Description |
|---|---|---|---|
| keywords | string | optional | The keyword used to fetch input tips. |
/ws/location/v1/ip
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | optional | The IP address to locate. |
/ws/district/v1/getchildren
| Param | Type | Required | Description |
|---|---|---|---|
| mode | string | optional | The Tencent Maps district endpoint variant. |
/ws/weather/v1
/ws/direction/v1/driving
/ws/direction/v1/walking
/ws/direction/v1/bicycling
/ws/direction/v1/transit
/ws/distance/v1/matrix