SimulatedLocationManager

public class SimulatedLocationManager: NavigationLocationManager

The SimulatedLocationManager class simulates location updates along a given route.

The route will be replaced upon a RouteControllerDidReroute notification.

  • Initalizes a new SimulatedLocationManager with the given route.

    Declaration

    Swift

    @objc public init(route: Route)

    Parameters

    route

    The initial route.

    Return Value

    A SimulatedLocationManager