All device location entities are structured as follows:
entity
:
PlaceId
The textual identifier of the device location
: string
GPSLatitude
The latitude of the device location
: Nullable<double>
GPSLongitude
The longitude of the device location
: Nullable<double>
Country
The country in which the device is located (for example, "Germany")
: string
CountryLongName
The full name of the country in which the device is located (for example, "Federal Republic of Germany")
: string
AdminAreaLevel1
The largest subnational administrative unit of a country (for example, "state" in the USA and "prefecture" in Japan) in which the device is located
: string
The full name of the largest subnational administrative unit of a country in which the device is locatedAdminAreaLevel1LongName
: string
AdminAreaLevel2
The county name (within the United States), or a second-order civil entity below adminAreaLevel1, in which the device is located.
: string
AdminAreaLevel2LongName
The full county name (within the United States), or the full name of the second-order civil entity below adminAreaLevel1, in which the device is located.
: string
Locality
The name of the city, town, or rural area in which the device is located
: string
LocalityLongName
The full name of the city, town, or rural area in which the device is located
: string
Path
The path property of the location structure. This value is the result of the concatenation of Country, AdminAreaLevel1, AdminAreaLevel2, and Locality.
: string
PathLongName
The path property of the location structure. This value is the result of the concatenation of CountryLongName, AdminAreaLevel1LongName, AdminAreaLevel2LongName, and LocalityLongName.
: string