hasMoreNearbyPlaces property
ALPHA Boolean flag indicating whether there are additional nearby places beyond
those included in the nearbyPlaces list. If true, it means some places were filtered
out due to the 10-per-category limit, and clients could search for more places
using the HERE SDK Search API's.
Available only if EVChargingLocationFeature.NEARBY is included in
EVSearchOptions.additional_features, otherwise false.
Gets a boolean flag indicating whether there are additional nearby places beyond
those included in the nearbyPlaces list.
Implementation
bool get hasMoreNearbyPlaces;