HTTP - Management
Location
Created by Contensis product team, last modified by r.bromley on 17 Aug 2021
The location object represents a geographical coordinate that specifies the position of a point on the Earth's surface.
Properties
Name | Data type | Description | Example |
---|---|---|---|
lat | number | The north-south position | 52.415789 |
lon | number | The east-west position | -2.640774 |
Example
JSON
{
"lat": 52.415789,
"lon": -2.640774
}