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