BusinessDetails (API Reference)
Package com.here.sdk.search
Class BusinessDetails
java.lang.Object
com.here.sdk.search.BusinessDetails
Contains place details such as contacts, opening hours and some electro vehicle info.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of contact information of the place.EV charging pool details.The list of opening hours information of the place (not available in result of suggest request). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
contacts
The list of contact information of the place.
-
openingHours
The list of opening hours information of the place (not available in result of suggest request).
-
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