ChargingStopsStrategy

public enum ChargingStopsStrategy

ChargingStopsStrategy Specifies the charging stops strategy to be used by the Online Routing service.

  • The service automatically generates charging stops that minimize the total ETT, including charging time.

    Declaration

    Swift

    case automaticFastest
  • The service doesn’t add charging stops to the route. It calculates the fastest route visiting charging and non charging waypoints, optimizing charging times at the former to minimize the total ETT, with respect of the minimal charge at charging stops and destination when possible. Since no additional charging stops are added to the route, it may happen that arrival charges at waypoints and destination are below the corresponding minimal charge, or even null or negative. When a charging stop or the destination is unreachable, the target charge at the previous charging stop, when it exists, is set to 100% of the vehicle’s charge capacity.

    Note

    This option is not yet supported with the Orbis map.

    Declaration

    Swift

    case manualFastest