EV

  • This enum represents the type of electric current

    Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

    See more

    Declaration

    Swift

    public enum ElectricCurrentType : UInt32, CaseIterable, Codable
  • Defines the type of the electric vehicle.

    Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

    See more

    Declaration

    Swift

    public enum ElectricVehicleType : UInt32, CaseIterable, Codable
  • Represents the format of the connector, whether it is a socket or a cable. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public enum EVChargingConnectorFormat : UInt32, CaseIterable, Codable
  • Represents the standardized type of the installed connector. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public struct EVChargingConnectorType
  • Builder for EV POI filtering criteria.

    For all list-based filter methods, an empty list means accept all.

    Filtering takes effect only when the corresponding EV charging station POI categories are enabled.

    • Charging station for cars: 700-7600-0322 (required when filtering for cars)
    • Charging station for trucks: 700-7600-0323 (required when filtering for trucks)

    POI category visibility can be controlled using MapContentSettings.setPoiCategoriesVisibility.

    Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

    See more

    Declaration

    Swift

    public class EVPoiFilterCriteriaBuilder
    extension EVPoiFilterCriteriaBuilder: NativeBase
    extension EVPoiFilterCriteriaBuilder: Hashable
  • Represents the administrative functionality that an EVSE is capable of. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public enum EVSECapability : UInt32, CaseIterable, Codable
  • Represents the payment support functionality on EVSE for ad-hoc customers (without pre-registration). Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public enum EVSEPaymentSupport : UInt32, CaseIterable, Codable
  • Indicates the current short-term status of the EVSE at the time given in the modified property. There are no separate statuses available for individual connectors. A single EVSE can only be used by a single car, so same statuses apply to other connectors as well. So, if one connector is in use, the whole EVSE has status charging, and other connectors cannot be used at the same time, hence they should be considered in-use as well. If an EVSE can allow multiple connectors to be used at the same time, it is basically multiple EVSEs merged into a single physical box or device.

    Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public enum EVSEState : UInt32, CaseIterable, Codable