Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(nullable instancetype) | - NS_UNAVAILABLE |
(void) | - start |
(void) | - stop |
(void) | - saveCurrentTrack |
Class Methods | |
(nullable instancetype) | + NS_UNAVAILABLE |
Properties | |
BOOL | recording |
NSString * | directoryPath |
A class providing an API allowing to record GPS track files.
- (nullable instancetype) NS_UNAVAILABLE |
Default initialization is forbidden.
+ (nullable instancetype) NS_UNAVAILABLE |
- (void) saveCurrentTrack |
Saves current track to a file. Starts recording a new track.
- (void) start |
Starts recording GPS locations.
- (void) stop |
Stops recording GPS locations and saves current track to a file.
|
readwritenonatomicstrong |
Allows to get/set a directory path, which should be used to save tracks. By default tracks are being stored in Documents/NavmiiTracks/ directory of the application.
|
readnonatomicassign |
Returns YES if track recorder is currently recording.