#import <SYPositionDataSource.h>
|
| (void) | - pause |
| | Pause simulation. More...
|
| |
| (void) | - seekTo: |
| | Seek the simulation up to some percentage value. More...
|
| |
| (void) | - start |
| | Notifies the data source that position updates should start. More...
|
| |
| (void) | - stop |
| | Notifies the data source that position updates should stop. More...
|
| |
| (Sygic::Position::PositionDataSourcePtr) | - sdkDataSource [implementation] |
| |
|
| BOOL | repeat |
| | Repeat simulation after reaching the destination. More...
|
| |
| CGFloat | speedMultiplier |
| | Speed multiplier for simulator. More...
|
| |
| BOOL | isPaused |
| | Represents if the simulation is paused, returns no if isnt. More...
|
| |
| Sygic::Position::PositionDataSourceSimulatorPtr | sdkPositionSource [implementation] |
| |
| BOOL | backgroundUpdatesEnabled |
| | Indicates whether or not position updates should continue when the app is sent to the background. Default value is NO; The position data source in use must support background updates in order to use positioning-dependent features such as navigation in the background. More...
|
| |
◆ pause()
◆ seekTo:()
| - (void) seekTo: |
|
(NSUInteger) |
percent |
|
Seek the simulation up to some percentage value.
◆ isPaused
Represents if the simulation is paused, returns no if isnt.
◆ repeat
Repeat simulation after reaching the destination.
◆ sdkPositionSource
|
|
readwritenonatomicassignimplementation |
◆ speedMultiplier
| - (CGFloat) speedMultiplier |
|
readwritenonatomicassign |
Speed multiplier for simulator.
The documentation for this class was generated from the following file: