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 }