chargingStop property
getter/setter pair
Specifies of a user-planned charging stop.
The resulting Route may contain this waypoint as a RoutePlace with a non-null ChargingStation member
when the provided specifications indicate that a stop is required to charge the EV battery.
Note:
If EVCarOptions.ensure_reachability is not set as true and ChargingStop.min_duration is not provided,
route calculation may suggest a better charging stop instead of this stop.
Implementation
ChargingStop? chargingStop;