Package-level declarations

Contains SimulationLocation and the simulated location provider, which can replay simulated input routes when testing with real-world input is not an option.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class SimulationLocationProvider : LocationProvider

An implementation of LocationProvider that simulates location updates for testing purposes. Allows the specification of a strategy that determines how locations will be returned.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface SimulationStrategy

Interface for strategies that simulate location updates.