StopNavigationTrackingBehavior

public enum StopNavigationTrackingBehavior

Defines the action that will be taken when navigation tracking stops

  • Call the closeViewControllerHandler closure

    Declaration

    Swift

    case closeViewController
  • Display the Route overview. The “Go” button will again be visible, and will restart navigation when pressed

    Declaration

    Swift

    case displayOverview