Types

GeoCircle

Example

{
  "type": "GeoCircle",
  "geoMidpoint": {
    "type": "GeoCoordinates",
    "longitude": 73.98,
    "latitude": 40.75
  },
  "geoRadius": {
    "type": "QuantitativeValue",
    "value": "10",
    "unitCode": "mi",
    "unitText": "miles"
  }
}

Schema

NameTypeDescription
(root)objecta circle with a mid point and radius
typestringallowed ("GeoCircle")
geoMidpointobjecta lat/long point.
geoMidpoint.typestringallowed ("GeoCoordinates") GeoCordinates
geoMidpoint.longitudenumberThe longitude of a location.
geoMidpoint.latitudenumberThe latitude of a location.
geoRadiusobjectthe radius of a geo-shape in meters if unitCode is not indicated
Previous
Event