InstructionPhase
public enum InstructionPhase
Represents instruction triggering phase.
Given just before the maneuver.
Declaration
Swift
case confirmation
Given for a maneuver that will happen in the near future.
Declaration
Swift
case early
Given for a maneuver far away.
Declaration
Swift
case farAway
Given when the route must be followed along to a maneuver that is far away.
Declaration
Swift
case follow
Given shortly before the maneuver.
Declaration
Swift
case main