AdditionalGeoLocation
Geographical locations of related points relevant to the user
name DisplayText
languagestring
textstring
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"
}