PlaceFilterEv class

Constraints that are applicable on the places of category EV station.

Constructors

PlaceFilterEv()

Properties

connectorTypeIDs ↔ List<String>
Filter to retrieve EV charging stations with at least one of the connector type IDs. For more information on the current connector types, see https://www.here.com/docs/bundle/ev-charge-points-api-developer-guide/page/topics/resource-type-connector.html
getter/setter pair
currentType CurrentType?
Filter to retrieve EV charging stations with the given current type provided at one of the station EVSE. Accepted is either AC or DC. Not supported for suggestByText in OfflineSearchEngine (only available for the Navigate license).
getter/setter pair
eMobilityServiceProviderPartnerIDs ↔ List<String>
Filter to retrieve EV charging stations with at least one matching e-Mobility Service Provider Partner ID.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
minPowerInKilowatts ↔ double?
Filter to retrieve EV charging stations with the given minimum charging power in KW delivered by at least one of the station EVSE. Not supported for suggestByText in OfflineSearchEngine (only available for the Navigate license).
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
supplierNames ↔ List<String>
Sets a constraint on the charge point operator name of the EV station.
getter/setter pair

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.