EMobilityServiceProvider

public struct EMobilityServiceProvider : Hashable

eMSP (e-Mobility Service Provider) for which the EV station operator has EV roaming agreements. It is only available for online search.

  • The name of the e-Mobility Service Provider. It may change but the respective partnerId will remain stable.

    Declaration

    Swift

    public var name: String?
  • The unique and stable id for the e-Mobility Service Provider on the HERE platform. It can be used for filtering when searching for EV charging stations.

    Declaration

    Swift

    public var partnerId: String?
  • Creates a new instance.

    Declaration

    Swift

    public init(name: String? = nil, partnerId: String? = nil)