traccar v0.1.1 Traccar.Model.Position

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Traccar.Model.Position{
  accuracy: float(),
  address: String.t(),
  altitude: float(),
  course: float(),
  deviceId: integer(),
  deviceTime: DateTime.t(),
  fixTime: DateTime.t(),
  id: integer(),
  latitude: float(),
  longitude: float(),
  network: String.t(),
  outdated: boolean(),
  protocol: String.t(),
  serverTime: DateTime.t(),
  speed: float(),
  valid: boolean()
}