GuidanceEngineError

public enum GuidanceEngineError : Error

Defines the error cases that can occur while generating guidance steps.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Occurs when there is no next instruction.

    Important

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

    Declaration

    Swift

    case noNextInstructions
  • Occurs when triggering points cannot be generated.

    Important

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

    Declaration

    Swift

    case noTriggerPoints
  • Occurs when there is no available trip in navigation snapshot.

    Important

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

    Declaration

    Swift

    case noTripSnapshot