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.

    Declaration

    Swift

    case noNextInstructions
  • Occurs when triggering points cannot be generated

    Declaration

    Swift

    case noTriggerPoints