EVMobilityServiceProviderPreferences (API Reference)
Class EVMobilityServiceProviderPreferences
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies the E-Mobility Service Provider partnerId that are preferred the most.Specifies the E-Mobility Service Provider partnerId that are preferred the least.Specifies the E-Mobility Service Provider partnerId that can be used when no better provider could be found or reached. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
high
Specifies the E-Mobility Service Provider partnerId that are preferred the most.
-
medium
Specifies the E-Mobility Service Provider partnerId that can be used when no better provider could be found or reached.
-
low
Specifies the E-Mobility Service Provider partnerId that are preferred the least.
-
-
Constructor Details
-
EVMobilityServiceProviderPreferences
public EVMobilityServiceProviderPreferences()Creates a new instance.
-
-
Method Details