Ev

public struct Ev : Hashable

Constraints that are applicable on the places of category EV station.

  • Sets a constraint on the charge point operator name of the EV station.

    Not supported in OfflineSearchEngine (only available for the Navigate license).

    Declaration

    Swift

    public var supplierNames: [String]
  • Filter to retrieve EV charging stations with at least one of the connector type IDs. For more information on the current connector types, see https://www.here.com/docs/bundle/ev-charge-points-api-developer-guide/page/topics/resource-type-connector.html

    Not supported in OfflineSearchEngine (only available for the Navigate license).

    Declaration

    Swift

    public var connectorTypeIDs: [String]
  • Filter to retrieve EV charging stations with the given minimum charging power in KW delivered by at least one of the station EVSE. Not supported for suggestByText in OfflineSearchEngine (only available for the Navigate license).

    Declaration

    Swift

    public var minPowerInKilowatts: Double?
  • Filter to retrieve EV charging stations with at least one matching e-Mobility Service Provider Partner ID.

    Not supported in OfflineSearchEngine (only available for the Navigate license).

    Declaration

    Swift

    public var eMobilityServiceProviderPartnerIDs: [String]
  • Filter to retrieve EV charging stations with the given current type provided at one of the station EVSE. Accepted is either AC or DC. Not supported for suggestByText in OfflineSearchEngine (only available for the Navigate license).

    Declaration

    Swift

    public var currentType: CurrentType?
  • Creates a new instance.

    • Parameters

      • supplierNames: Sets a constraint on the charge point operator name of the EV station.

      Not supported in OfflineSearchEngine (only available for the Navigate license).

      Not supported in OfflineSearchEngine (only available for the Navigate license).

      • minPowerInKilowatts: Filter to retrieve EV charging stations with the given minimum charging power in KW delivered by at least one of the station EVSE. Not supported for suggestByText in OfflineSearchEngine (only available for the Navigate license).
      • eMobilityServiceProviderPartnerIDs: Filter to retrieve EV charging stations with at least one matching e-Mobility Service Provider Partner ID.

      Not supported in OfflineSearchEngine (only available for the Navigate license).

      • currentType: Filter to retrieve EV charging stations with the given current type provided at one of the station EVSE. Accepted is either AC or DC. Not supported for suggestByText in OfflineSearchEngine (only available for the Navigate license).

    Declaration

    Swift

    public init(supplierNames: [String] = [], connectorTypeIDs: [String] = [], minPowerInKilowatts: Double? = nil, eMobilityServiceProviderPartnerIDs: [String] = [], currentType: CurrentType? = nil)