GET api/CoordConverter/GetKeySecGeoCoordInfoByRange?minLng={minLng}&maxLng={maxLng}&minLat={minLat}&maxLat={maxLat}&level={level}&account={account}
Documentation for 'GetKeySecGeoCoordInfoByRange'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| minLng | Documentation for 'minLng'. |
Define this parameter in the request URI. |
| maxLng | Documentation for 'maxLng'. |
Define this parameter in the request URI. |
| minLat | Documentation for 'minLat'. |
Define this parameter in the request URI. |
| maxLat | Documentation for 'maxLat'. |
Define this parameter in the request URI. |
| level | Documentation for 'level'. |
Define this parameter in the request URI. |
| account | Documentation for 'account'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 0,
"Msg": "sample string 1",
"Data": {},
"Href": "sample string 3"
}