A position data source which generates position updates from GPS log in NMEA format.
More...
#import <SYPositionDataSource.h>
|
| id< SYPositionLogNMEAProvider > | provider |
| | Provider of NMEA sentences. Typically this object should read NMEA log file and return NMEA sentences one by one. More...
|
| |
| BOOL | repeat |
| | Repeat simulation after reaching the destination. More...
|
| |
| CGFloat | speedMultiplier |
| | Speed multiplier for simulator. More...
|
| |
| BOOL | isPaused |
| | Represents if the simulation is paused. More...
|
| |
| 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...
|
| |
A position data source which generates position updates from GPS log in NMEA format.
◆ createWithNmeaProvider:completion:
| + (void) createWithNmeaProvider: |
|
(nonnull id< SYPositionLogNMEAProvider >) |
provider |
| completion: |
|
(create(nmeaProvider:completion:)) |
NS_SWIFT_NAME |
|
|
| |
Asynchronously create the class instance which will simulate position by reading NMEA sentences from NMEA provider.
- Parameters
-
| provider | Provider of NMEA sentences. Typically this object should read NMEA log file and return NMEA sentences one by one. |
◆ __attribute__ [1/2]
| - ((unavailable("Use createWithCompletion method instead.") __attribute__ |
|
|
|
◆ __attribute__ [2/2]
| + ((unavailable("Use createWithCompletion method instead.") __attribute__ |
|
|
|
◆ provider
Provider of NMEA sentences. Typically this object should read NMEA log file and return NMEA sentences one by one.
The documentation for this class was generated from the following file: