GET api/Users?metres={metres}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| metres | decimal number |
Required |
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Coordinates| Name | Description | Type | Additional information |
|---|---|---|---|
| lat | decimal number |
None. |
|
| lon | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"lat": 1.1,
"lon": 1.1
}