GeoPointA location expressed using the geographic coordinate system (GCS) composed of a longitude and latitude component. Suggest EditsDefinition Type geopoint Attributes KeyTypeCardinalityDescriptionlongitudedecimal1..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. JSON{ "longitude": <decimal>, "latitude": <decimal> } Updated 12 months ago Table of Contents Definition Type Attributes