OptimChargeResult
Defines all possible return values of Planner.computeRouteWithChargeStops method
Entries
Route is not an EV-route (no recharges calculated)
Route requires recharge(s) and a solution was found OR Route does not require a recharge but the user must not exceed the optimal maximum speed calculated by the algorithm.
Route does not require a recharge.
Route is invalid.
No charging pools in map.
Missing energetic profile information.
At least one recharge required but no solution found (no compatible charging point, or not reachable...)
Invalid parameters.
Invalid recharge parameters (for example, filter is NULL).
Optimization not supported with current licensing.
No enough memory
Too many charges needed
At least one of the time slots is invalid
DEPRECATED
Specified Transportation mode is invalid (i.e. pedestrian, bicycle)
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.