View Source PorscheConnEx.Struct.Emobility.ChargingProfile.Position (porsche_conn_ex v0.1.0)

Structure containing the geographical location at which to activate a particular profile.

Fields

  • latitude (float) — geographical latitude
  • longitude (float) — geographical longitude
  • radius (integer) — maximum distance from the given lat/long within which to activate the profile

Summary

Types

@type t() :: %PorscheConnEx.Struct.Emobility.ChargingProfile.Position{
  latitude: float(),
  longitude: float(),
  radius: integer()
}