Location

This entity represents the location data, it is nested in a StatusMessage.

Properties

Property Type (Length) Description
address String (255) A string describing your location, e.g. a city name, a street name, etc.
lat Float The geographical latitude of your location.
lng Float The geographical longitude of your location.

Example

<location>
  <address>Vienna, Austria</address>
  <lat>48.208174</lat>
  <lng>16.373819</lng>
</location>