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