traccar v0.1.3 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(),
  attributes: String.t(),
  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()
}

Link to this section Functions

Link to this function delete(struct, key)
Link to this function get(struct, key, default \\ nil)
Link to this function put(struct, key, val)