Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Location

A Location represents one service center in the real world. It can have multiple lines and service clerks, and multiple iPads and TVs. A location can have SMS enabled, when using the Pro plan.

Hierarchy

  • Location

Index

Properties

country

country: string

The location's country name. This value is pulled from the Google Maps API.

id

id: number

The location's unique ID.

latitude

latitude: number

The location's geographical latitude. This value is from the Google Maps API, using their projections.

longitude

longitude: number

The location's geographical longitude. This value is from the Google Maps API, using their projections.

name

name: string

The location's name, for example "SF Service Center" or "Manhattan Branch"

timezoneOffset

timezoneOffset: number

The location's time zone offset, in minutes from UTC. For example, this could be -420 for San Francisco (UTC - 7 hours), and 60 for London (UTC + 1 hour).

Generated using TypeDoc