• Attribute name for the route line that is used for identifying different CongestionLevel along the route.

    Declaration

    Swift

    public let MBCongestionAttribute: String
  • Attribute name for the route line that is used for identifying whether a RouteLeg is the current active leg.

    Declaration

    Swift

    public let MBCurrentLegAttribute: String
  • A stop dictionary representing the default line widths of the route line by zoom level when NavigationMapViewDelegate.navigationMapView(_:routeStyleLayerWithIdentifier:source:) is undefined.

    You may use this constant in your implementation of NavigationMapViewDelegate.navigationMapView(_:routeStyleLayerWithIdentifier:source:) if you want to keep the default line widths but customize other aspects of the route line.

    Declaration

    Swift

    public let MBRouteLineWidthByZoomLevel: [Int : NSExpression]
  • The minium distance remaining on a route before overhead zooming is stopped.

    Declaration

    Swift

    public var NavigationMapViewMinimumDistanceForOverheadZooming: CLLocationDistance
  • The minimum volume for the device before a gentle warning is emitted when beginning navigation.

    Declaration

    Swift

    public let NavigationViewMinimumVolumeForWarning: Float