traccar v0.1.1 Traccar.Model.Server

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Traccar.Model.Server{
  bingKey: String.t(),
  coordinateFormat: String.t(),
  deviceReadonly: boolean(),
  forceSettings: boolean(),
  id: integer(),
  latitude: float(),
  limitCommands: boolean(),
  longitude: float(),
  map: String.t(),
  mapUrl: String.t(),
  poiLayer: String.t(),
  readonly: boolean(),
  registration: boolean(),
  twelveHourFormat: boolean(),
  version: String.t(),
  zoom: integer()
}