NavigationLocationManager
open class NavigationLocationManager : CLLocationManager
extension NavigationLocationManager: RouterDataSource
NavigationLocationManager
is the base location manager which handles permissions and background modes.
-
Declaration
Swift
override public init()
-
simulatesLocation
used to indicate whether the location manager is providing simulated locations.Seealso
NavigationMapView.simulatesLocation
Declaration
Swift
public var simulatesLocation: Bool
-
Declaration
Swift
public var locationManagerType: NavigationLocationManager.Type { get }