Skip to main content

AdditionalGeoLocation

Geographical locations of related points relevant to the user

name DisplayText

Represents localized text with language code for internationalization support.

languagestring

ISO 639-1 language code (e.g., "en", "nl", "de").

textstring

The localized text content.

latitudestring

Latitude of the point in decimal degree. Example: 50.770774.

longitudestring

Longitude of the point in decimal degree. Example: -126.104965.

AdditionalGeoLocation
{
"name": {
"language": "string",
"text": "string"
},
"latitude": "string",
"longitude": "string"
}