BusinessDetails class

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

Constructors

BusinessDetails()
Creates a new instance.

Properties

contacts ↔ List<Contact>
The list of contact information of the place.
getter/setter pair
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.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
openingHours ↔ List<OpeningHours>
The list of opening hours information of the place (not available in result of suggest request).
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.