NavigationLocationManager
open class NavigationLocationManager: CLLocationManager
                NavigationViewController is the base location manager which handles
permissions and background modes.
- 
                  
                  
Indicates whether the device is plugged in or not.
Declaration
Swift
public private(set) var isPluggedIn: Bool = false - 
                  
                  
Indicates whether the location manager’s desired accuracy should update when the battery state changes.
Declaration
Swift
public var automaticallyUpdatesDesiredAccuracy = true 
              Install in Dash
            
        NavigationLocationManager Class Reference