EVMobilityServiceProviderPreferences class

Defines preference level per known E-Mobility Service Provider.

The E-Mobility Service Provider ID partner id as received from https://www.here.com/docs/bundle/ev-charge-points-api-developer-guide/page/topics/resource-roamings.html An alternative way to get partnerId is the eMobilityServiceProviders.partnerId as part of HERE SDK Search. Maximum number of E-Mobility Service Providers is limited to 10 across all preference. Defaults to using all available providers with no prioritization.

Constructors

EVMobilityServiceProviderPreferences()

Properties

hashCode → int
The hash code for this object.
no setter
high ↔ List<String>
Specifies the E-Mobility Service Provider partnerId that are preferred the most.
getter/setter pair
low ↔ List<String>
Specifies the E-Mobility Service Provider partnerId that are preferred the least.
getter/setter pair
medium ↔ List<String>
Specifies the E-Mobility Service Provider partnerId that can be used when no better provider could be found or reached.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.