Point
A vector of WGS 84 coordinates that specifies a point on the world
Attributes
Type | Description |
---|---|
Array | An array [latitude, longitude] of coordinates |
Attribute | Type | Description |
---|---|---|
lat | float | Latitude coordinate |
lon | float | Longitude coordinate |
Example
[
52.5192295, 13.4150908
]
{
"lat": 52.5192295,
"lon": 13.4150908
}