Types

GeoShape

Example

{
  "type": "GeoShape",
  "geoMidpoint": {
    "type": "GeoCoordinates",
    "longitude": 73.98,
    "latitude": 40.75
  },
  "geoRadius": {
    "type": "QuantitativeValue",
    "value": "10",
    "unitCode": "mi",
    "unitText": "miles"
  },
  "box": "(33.5697,-117.775),(33.6018,-117.707)"
}

Schema

NameTypeDescription
(root)objecta geo shape
typestringallowed ("GeoShape", "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
boxstringA box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.
Previous
GeoCoordinates