Class EVChargingPoolDetails

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

public final class EVChargingPoolDetails extends Object

Electric vehicle charging pool details.

  • Field Details

    • evChargingOnSite

      @Nullable public Boolean evChargingOnSite

      Indicates if the Place offers EV charging to customer or the general public.

    • evNetwork

      @Nullable public String evNetwork

      The name of the EV Network that operates the charging station. Note: not all stations participate in a network.

    • ownerInformation

      @Nullable public String ownerInformation

      Represents the party of ownership provided by some suppliers.

    • reservable

      @Nullable public Boolean reservable

      Indicates if the charging stations can be reserved. Note: Reservable charging stations operate on a first-come/first served basis.

    • totalNumberOfStations

      @Nullable public Long totalNumberOfStations

      Indicates the total number of stations available on the charging pool.

  • Constructor Details

  • Method Details