Guidance

public struct Guidance

The Guidance class describes the properties of navigation guidance.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

Public

  • Driving instructions associated with a particular guidance step

    Declaration

    Swift

    public let instructions: [GuidanceInstruction]
  • Distance to the next maneuver.

    Declaration

    Swift

    public private(set) var distanceToManeuver: Measurement<UnitLength> { get }
  • The guidance announcement associated with a particular guidance step.

    Declaration

    Swift

    public let announcement: GuidanceAnnouncement?