View Source Telegex.Type.Location (Telegex v1.8.0)

This object represents a point on the map.

Summary

Types

@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
}