AccessType

public enum AccessType : CaseIterable

Access type of the EV POI station.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • No restriction, POI is open for public use.

    Declaration

    Swift

    case `public`
  • Restriction applies, accessible by employees only.

    Declaration

    Swift

    case authorized
  • Restricted locations can be at a hotel, shop, office, etc.

    Declaration

    Swift

    case restricted
  • Private POIs (filtered out by default by Eco-Movement).

    Declaration

    Swift

    case `private`