create
fun create(strategy: SimulationStrategy, adjustToCurrentTime: Boolean = false): LocationEngine
Content copied to clipboard
Create a new instance of LocationEngine.
Parameters
strategy
Simulation strategy to use.
adjustToCurrentTime
Whether to use the current time (true), or whether to use the timestamps provided by the strategy (false) when issuing the location notification.
Important: This is a Public Preview API. It may be changed or removed at any time.