-
See moreNavigationMapViewis a subclass ofMGLMapViewwith convenience functions for addingRoutelines to a map.Declaration
Swift
open class NavigationMapView : MGLMapView, UIGestureRecognizerDelegate -
The
See moreNavigationMapViewDelegateprovides methods for configuring the NavigationMapView, as well as responding to events triggered by the NavigationMapView.Declaration
Swift
public protocol NavigationMapViewDelegate : AnyObject, UnimplementedLogging
-
The
See moreNavigationMapViewCourseTrackingDelegateprovides methods for responding to theNavigationMapViewstarting or stopping course tracking.Declaration
Swift
public protocol NavigationMapViewCourseTrackingDelegate : AnyObject, UnimplementedLogging -
An extension on
See moreMGLMapViewthat allows for toggling traffic on a map style that contains a Mapbox Traffic source.Declaration
Swift
extension MGLMapView -
Declaration
Swift
extension MGLAccountManager -
Declaration
Swift
extension MGLMultiPolygonFeature -
Declaration
Swift
extension MGLMultiPolyline -
Declaration
Swift
extension MGLMultiPolylineFeature -
Declaration
Swift
extension MGLPointAnnotation -
Declaration
Swift
extension MGLPointFeature -
Declaration
Swift
extension MGLPolygon -
Declaration
Swift
extension MGLPolygonFeature -
Declaration
Swift
extension MGLPolyline -
Declaration
Swift
extension MGLPolylineFeature -
Declaration
Swift
extension MGLStyle -
An object that notifies a map view when the user’s location changes, minimizing the noise that normally accompanies location updates from a
CLLocationManagerobject.Unlike
Routerclasses such asRouteControllerandLegacyRouteController, this class operates without a predefined route, matching the user’s location to the road network at large. If your application displays anMGLMapViewbefore starting turn-by-turn navigation, setMGLMapView.locationManagerto an instance of this class so that the map view always shows the location snapped to the road network. For example, use this class to show the user’s current location as they wander around town.This class depends on
See morePassiveLocationDataSourceto detect the user’s location as it changes. If you want location updates but do not need to display them on a map and do not want a dependency on the MapboxNavigation module, you can usePassiveLocationDataSourceinstead of this class.Declaration
Swift
open class PassiveLocationManager : NSObject, MGLLocationManagerextension PassiveLocationManager: PassiveLocationDataSourceDelegate -
Enum denoting the types of the destination waypoint highlighting on arrival.
See moreDeclaration
Swift
public enum WaypointStyle : Int
Install in Dash
Maps Reference