evChargingPool property

EVChargingPool? evChargingPool
getter/setter pair

EV charging pool details. It is available only for a place that is a charging pool for electric vehicles. It is fully supported for offline search, provided that LayerConfigurationFeature.ev is enabled in SDKOptions.layerConfiguration.

For online search, this feature is only available if it is explicitly enabled. To do that, call SearchEngine.set_custom_option() with arguments: name: "lookup.show" or "discover.show" or "browse.show" value: "ev" To enable this feature for all queries, call SearchEngine.set_custom_option() for all: "lookup.show", "discover.show" and "browse.show". To enable fuel station details or truck amenities, the custom option value can be combined as "ev,truck", "ev,truck,fuel" etc.

Implementation

EVChargingPool? evChargingPool;