NavigationLocationManager

@objc(MBNavigationLocationManager)
open class NavigationLocationManager : CLLocationManager

NavigationLocationManager is the base location manager which handles permissions and background modes.

  • Indicates whether the location manager’s desired accuracy should update when the battery state changes.

    Declaration

    Swift

    @available(*, deprecated, message: "Manually override desiredAccuracy instead.")
    public var automaticallyUpdatesDesiredAccuracy: Bool