Class EVChargingOperator

java.lang.Object
com.here.sdk.search.EVChargingOperator

public final class EVChargingOperator extends Object

Represents name and optionally other details about operator, suboperator, or e-Mobility service provider. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • name

      @NonNull public String name

      Name of the company.

    • partnerID

      @NonNull public String partnerID

      A unique ID for the company.

    • website

      @Nullable public String website

      Link to the company's website, if available.

    • eMobilityIDs

      @NonNull public List<String> eMobilityIDs

      e-Mobility IDs for the company. This list may be empty where map coverage is limited or incomplete.

  • Constructor Details

    • EVChargingOperator

      public EVChargingOperator()

      Creates a new instance.

  • Method Details