View Source ExGram.Model.Location (ex_gram v0.52.1)

This object represents a point on the map.

Check the documentation of this model in https://core.telegram.org/bots/api#location

Summary

Types

@type t() :: %ExGram.Model.Location{
  heading: integer() | nil,
  horizontal_accuracy: float() | nil,
  latitude: float(),
  live_period: integer() | nil,
  longitude: float(),
  proximity_alert_radius: integer() | nil
}

Functions