SimulationMode
public enum SimulationMode : Int
The simulation mode type. Used for setting the simulation mode of the navigation service.
-
A setting of
.onPoorGPSwill enable simulation when we do not recieve a location update after thepoorGPSPatiencethreshold has elapsed.Declaration
Swift
case onPoorGPS -
A setting of
.alwayswill simulate route progress at all times.Declaration
Swift
case always -
A setting of
.neverwill never enable the location simulator, regardless of circumstances.Declaration
Swift
case never -
A setting of
.inTunnelswill enable simulation when two conditions are met: we do not recieve a location update after thepoorGPSPatiencethreshold has elapsed and SDK detects current location as a tunnel.Declaration
Swift
case inTunnels
Install in Dash
SimulationMode Enumeration Reference