TNEntityImageCategory

@objc
public enum TNEntityImageCategory : Int, Codable, RawRepresentable

Undocumented

  • Photo of the physical device that contains one or more EVSEs.

    Declaration

    Swift

    case charger
  • Location entrance photo. Should show the car entrance to the location from street side.

    Declaration

    Swift

    case entrance
  • Location overview photo.

    Declaration

    Swift

    case location
  • Logo of an associated roaming network to be displayed with the EVSE for example in lists, maps and detailed information views.

    Declaration

    Swift

    case network
  • Logo of the charge point operator, for example a municipality, to be displayed in the EVSEs detailed information view or in lists and maps, if no network logo is present.

    Declaration

    Swift

    case chargingPointOperator
  • Other

    Declaration

    Swift

    case other
  • Logo of the charge point owner, for example a local store, to be displayed in the EVSEs detailed information view.

    Declaration

    Swift

    case owner
  • Undocumented

    Declaration

    Swift

    case none
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)