EvSearchOptions
Defines the parameters of an Electric Vehicle (EV) Search, used for EvSearchResult filtering.
Note: The filtering is applied to an ChargingStation (charging station) or EvSearchResult (charging park).
This means that setting parameters such as status, minPower nad maxPower will filter the charging stations based on these attributes, while setting accessTypes will filter the charging park based on the access types that were provided.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Initializes the EV Search options along a specified route with additional parameters. This constructor is useful for defining searches that are constrained along a route, such as finding points of interest along the remaining part of a journey.
Properties
A list of AccessTypes used to restrict the results to the charging stations that have at least one of the specified access types. This does not guarantee that all charging parks will have the same accessTypes.
A list of ConnectorTypes used to restrict the results to the stations that have at least one connector of the specified type.
The maximum number of EvSearchResults that will be returned. Defaults to DEFAULT_LIMIT. Minimum limit accepted is MIN_LIMIT, while maximum limit accepted is MAX_LIMIT.
The maximum detour duration from the route.
A power rate, used to restrict the results to ChargingStations with at least one connector that has a power lesser or equal to this maximum power.
A power rate, used to restrict the results to ChargingStations with at least one connector that has a power greater or equal to this minimum power.
The maximum distance from the specified geoBias for which the EV Search delivers results. Defaults to DEFAULT_RADIUS. Minimum radius accepted is MIN_RADIUS, while maximum radius accepted is MAX_RADIUS.
The Status to filter out ChargingPoints inside of a ChargingStation. Note: If the status data is available, this parameter will filter out the charging stations based on the status per given charging point. ChargingPoints for which the status data is not available will be included in the search results.