TomTom SDK for iOS ForkDirection ForkDirection public enum ForkDirection Indicates the direction to follow at a fork relative to the direction of travel. left Indicates that the left fork should be followed. Declaration Swift case left right Indicates that the right fork should be followed. Declaration Swift case right