Skip to main content

Location

Represents a geographical location, including its code, country, and optional coordinates.

Properties

NameTypeDescription
CodeStringThe unique code identifying the location.
CountryStringThe ISO 3166-1 alpha-2 country code where the location is situated.
LongitudeDoubleThe longitude coordinate of the location, expressed in decimal degrees.
LatitudeDoubleThe latitude coordinate of the location, expressed in decimal degrees.