Class EVMobilityServiceProviderPreferences

java.lang.Object
com.here.sdk.routing.EVMobilityServiceProviderPreferences

public final class EVMobilityServiceProviderPreferences extends Object

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 Details

    • high

      @NonNull public List<String> high

      Specifies the E-Mobility Service Provider partnerId that are preferred the most.

    • medium

      @NonNull public List<String> medium

      Specifies the E-Mobility Service Provider partnerId that can be used when no better provider could be found or reached.

    • low

      @NonNull public List<String> low

      Specifies the E-Mobility Service Provider partnerId that are preferred the least.

  • Constructor Details

    • EVMobilityServiceProviderPreferences

      public EVMobilityServiceProviderPreferences()

      Creates a new instance.

  • Method Details