View Source
Telegex.Type.Location
(Telegex v1.0.0-rc.2)
This object represents a point on the map.
@type t() :: %Telegex.Type.Location{
heading: integer() | nil,
horizontal_accuracy: float() | nil,
latitude: float(),
live_period: integer() | nil,
longitude: float(),
proximity_alert_radius: integer() | nil
}