Protocol for objects which provide NMEA log as input for simulating current position. Used in SYLoggedPositionSource. Typically an object should read NMEA log file and return NMEA sentences one by one, when corresponding method is called. More...
#import <SYPositionDataSource.h>


Instance Methods | |
| (nullable NSString *) | - getNmeaSentence |
| Get string which contains the next NMEA sentence. More... | |
Protocol for objects which provide NMEA log as input for simulating current position. Used in SYLoggedPositionSource. Typically an object should read NMEA log file and return NMEA sentences one by one, when corresponding method is called.
| - (nullable NSString*) getNmeaSentence |
Get string which contains the next NMEA sentence.