• NavigationMapView is a subclass of MGLMapView with convenience functions for adding Route lines to a map.

    See more

    Declaration

    Swift

    open class NavigationMapView: MGLMapView, UIGestureRecognizerDelegate
  • The NavigationMapViewDelegate provides methods for configuring the NavigationMapView, as well as responding to events triggered by the NavigationMapView.

    See more

    Declaration

    Swift

    public protocol NavigationMapViewDelegate: class