Types
GeoCoordinates
Example
{
"type": "GeoCoordinates",
"longitude": 73.98,
"latitude": 40.75
}
Schema
| Name | Type | Description |
|---|---|---|
| (root) | object | a lat/long point. |
| type | string | allowed ("GeoCoordinates") GeoCordinates |
| longitude | number | The longitude of a location. |
| latitude | number | The latitude of a location. |