GeoPoint

A location expressed using the geographic coordinate system (GCS) composed of a longitude and latitude component.

Definition

Type

geopoint

Attributes

KeyTypeCardinalityDescription
longitudedecimal1..1Longitude component of the coordinate. Acceptable values range from -180.0 to 180.0.
latitudedecimal1..1Latitude component of the coordinate. Acceptable values range from -90.0 to 90.0.
{
  "longitude": <decimal>,
  "latitude": <decimal>
}