ChargingStopsStrategy
public enum ChargingStopsStrategyChargingStopsStrategy 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. DeclarationSwift 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. DeclarationSwift case manualFastest
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         ChargingStopsStrategy
          ChargingStopsStrategy