location/search-geolocation
Description
- Keyword Search Geolocation.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
keyword | Yes | string | Keyword |
pageInfo | No | string | Pagination Token obtained from response data |
longitude | No | float | longitude |
latitude | No | float | latitude |
Request Example
{
"type": 26,
"keyword": "阿拉善左旗",
"pageInfo": "xxxxxx",
"longitude": 104.00005,
"latitude": 38.00005
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
Return Parameter Description
Parameter Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |