Last Updated on : 2023-06-20 12:39:04download
Convert an address to latitude and longitude based on forward address resolution.
GET: /v1.0/iot-03/geocode-cities/address
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
address | String | query | true | The address. |
Parameter name | Type | Description |
---|---|---|
result | GeocodeCityResultDTO | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
longitude | String | The longitude. Valid values: -180 to 180. |
latitude | String | The latitude. Valid values: -90 to 90. |
address | String | The address. |
GET: /v1.0/iot-03/geocode-cities/address?address=Shangcheng District Hangzhou City
{}
{
"result": {
"address": "Shangcheng District, Hangzhou City",
"latitude": "30.24259",
"longitude": "120.16929"
},
"t": 1618217140558,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback