Types
GeoCircle
Example
{
"type": "GeoCircle",
"geoMidpoint": {
"type": "GeoCoordinates",
"longitude": 73.98,
"latitude": 40.75
},
"geoRadius": {
"type": "QuantitativeValue",
"value": "10",
"unitCode": "mi",
"unitText": "miles"
}
}
Schema
| Name | Type | Description |
|---|---|---|
| (root) | object | a circle with a mid point and radius |
| type | string | allowed ("GeoCircle") |
| geoMidpoint | object | a lat/long point. |
| geoMidpoint.type | string | allowed ("GeoCoordinates") GeoCordinates |
| geoMidpoint.longitude | number | The longitude of a location. |
| geoMidpoint.latitude | number | The latitude of a location. |
| geoRadius | object | the radius of a geo-shape in meters if unitCode is not indicated |