ManualLocationInput
Array of ManualLocationInputs that have been configured in the CMS / Management Center for the Brand
- latitudeType: numberFormat: float
Latitude of the Manual Location - - used in subsequent API calls
- longitudeType: numberFormat: float
Longitude of the Manual Location - used in subsequent API calls
- nameType: string
Name of the Manual Location (in default language of brand)
- translationsType: object · Translation
- nameType: string
Key "name" is just an example. Can be any of the values in parent object.
Examples
{
"name": "San Francisco",
"latitude": 37.774451,
"longitude": -122.419061,
"translations": {
"name": "San Francisco"
}
}