SimulatedLocationManager

open 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

    public init(route: Route)

    Parameters

    route

    The initial route.

    Return Value

    A SimulatedLocationManager

  • Initalizes a new SimulatedLocationManager with the given routeProgress.

    Declaration

    Swift

    public init(routeProgress: RouteProgress)

    Parameters

    routeProgress

    The routeProgress of the current route.

    Return Value

    A SimulatedLocationManager