NearbyPlace class
Represents the nearby place at the charging location.
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.
Constructors
Properties
-
categories
↔ List<
String> -
The subset of the place's categories that are considered relevant as conveniences for
drivers during EV charging. The set can include for example rest areas, cafes, and
fast food restaurants. The set may be used for example to show icons associated with
the EV charging location in a user interface. The categories are represented by ids defined in
https://docs.here.com/geocoding-and-search/docs/places-category-system-full
getter/setter pair
- distance ↔ double?
-
Approximate distance from the charging location to the place, in meters.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- placeID ↔ String
-
Globally unique identifier of the HERE Place, enabling the client to fetch more information
about the Place using the Lookup endpoint of the HERE Geocoding and Search API.
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.