Class BusinessDetails

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

public final class BusinessDetails extends Object

Contains place details such as contacts, opening hours and some electro vehicle info.

  • Field Details

    • contacts

      @NonNull public List<Contact> contacts

      The list of contact information of the place.

    • openingHours

      @NonNull public List<OpeningHours> openingHours

      The list of opening hours information of the place (not available in result of suggest request).

    • evChargingPool

      @Nullable public EVChargingPool evChargingPool

      EV charging pool details. It is available only for a place that is a charging pool for electric vehicles. Charging stations data are only available to users with valid contracts with HERE.

  • Constructor Details

    • BusinessDetails

      public BusinessDetails()

      Creates a new instance.

  • Method Details