InstructionPhase

public enum InstructionPhase

Represents instruction triggering phase.

Important

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.
  • 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