RectangleBuilder
Builder for creating an instance of EvSearchOptions for EV search with a rectangle filter (bounding box).
This builder allows you to set various parameters for the EV search options with a rectangle filter. It provides a method to build options for EV search with a rectangle geometry.
Properties
Inherited properties
The list of AccessTypes used to restrict the results to the charging stations that have at least one of the specified access types. Defaults to a list consisting of only AccessType.Public.
The set of ChargePointOperators used to filter the search results to the charging stations that have at least one of the specified CPOs.
The list of ConnectorTypes used to restrict the results to the stations that have at least one connector of the specified type.
The set of EMobilityServiceProviders used to filter the search results to the charging stations that have at least one of the specified eMSPs.
The maximum number of EvSearchResults that will be returned. Defaults to DEFAULT_LIMIT.
The maximum 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.
The minimum 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 set of StandardCategoryIds used to filter the search results to the charging stations that have at least one of the specified POI categories.
A flag to filter out the charging stations which are not Plug & Charge capable.
The set of ChargePointOperators which the user prefers. If set, it influences the ranking of the results.
The set of EMobilityServiceProviders which the user prefers. If set, it influences the ranking of the results.
The set of EMobilityServiceProviders which the user has subscribed to for Plug & Charge. If set, it influences the ranking of the results.
The Status to filter out ChargingPoints inside of a ChargingStation. Defaults to Status.Available.