nearbyPlaces property

List<NearbyPlace> nearbyPlaces

ALPHA List of HERE Places within walking distance from the EV charging location, providing conveniences for the EV driver and passengers while the vehicle is charging. The list is populated only for DC fast charging locations and is sorted by the distance from the charging location, nearest first. The list is limited to a maximum of 10 places per category, showing the closest ones. Available only if EVChargingLocationFeature.NEARBY is included in EVSearchOptions.additional_features, otherwise empty. Gets the list of HERE Places within walking distance from the EV charging location, providing conveniences for the EV driver and passengers while the vehicle is charging.

Implementation

List<NearbyPlace> get nearbyPlaces;