ManualLocationInput

Array of ManualLocationInputs that have been configured in the CMS / Management Center for the Brand

  • latitude
    Type: numberFormat: float

    Latitude of the Manual Location - - used in subsequent API calls

  • longitude
    Type: numberFormat: float

    Longitude of the Manual Location - used in subsequent API calls

  • name
    Type: string

    Name of the Manual Location (in default language of brand)

  • translations
    Type: object · Translation
    • name
      Type: 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"
  }
}