Geo Circle data type

Last update: 2025-01-31
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer

Geo Circle is a standard XDM data type that describes circular geographic region, given a particular radius centered on a specific set of coordinates. This data type is based on the public specification documented on schema.org.

Property Data type Description
_schema.coordinates Geo Coordinates Describes the geographic coordinates of the center of the circle.
_schema.description String A description of what the circle contains.
_schema.radius Double The length of the radius of the circle. This value conforms to the WGS84 datum and is measured in meters.
_id String A unique, system-generated ID for the circle.

On this page