RoutePathAlgorithmFlavorType
Objective-C
enum RoutePathAlgorithmFlavorType : NSInteger {}
Swift
enum RoutePathAlgorithmFlavorType : Int, @unchecked Sendable
Constants indicating the Path calculation flavors.
-
Default Magic Lane routing.
Declaration
Objective-C
RoutePathAlgorithmFlavorTypeMagicLane
Swift
case magicLane = 0
-
GraphHopper routing.
Declaration
Objective-C
RoutePathAlgorithmFlavorTypeGraphHopper
Swift
case graphHopper = 1