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 the left fork should be followed. Declaration Swift case left right Indicates the right fork should be followed. Declaration Swift case right