SimulatorLocationSource
class SimulatorLocationSource(session: CoreSession, options: SimulationOptions = SimulationOptions()) : LocationSource
A LocationSource that replays a predefined set of coordinates to simulate user movement.
Properties
Functions
Link copied to clipboard
fun setCoordinates(coordinates: List<Coordinate>, options: SimulationOptions? = null, sample: Boolean = true)
Sets the coordinates to simulate and starts the simulation.
Link copied to clipboard
Sets the itinerary to simulate and starts the simulation.