Data Source
-
This class handles the data source context.
See moreDeclaration
Objective-C
@interface DataSourceContext : NSObject
Swift
class DataSourceContext : NSObject
-
A set of delegate methods for data source context.
See moreDeclaration
Objective-C
@protocol DataSourceContextDelegate <NSObject>
Swift
protocol DataSourceContextDelegate : NSObjectProtocol
-
This class encapsulates position preferences object.
See moreDeclaration
Objective-C
@interface DataSourceConfigurationObject : NSObject
Swift
class DataSourceConfigurationObject : NSObject
-
This class encapsulates playback context. It represents the operations that can be performed on a DataSourceContext which has playback capabilities ( e.g. log ).
See moreDeclaration
Objective-C
@interface DataSourcePlaybackContext : NSObject
Swift
class DataSourcePlaybackContext : NSObject
-
This class handles the gps position.
See moreDeclaration
Objective-C
@interface PositionContext : NSObject
Swift
class PositionContext : NSObject
-
A set of delegate methods for position context objects.
See moreDeclaration
Objective-C
@protocol PositionContextDelegate <NSObject>
Swift
protocol PositionContextDelegate : NSObjectProtocol
-
This class encapsulates position information.
See moreDeclaration
Objective-C
@interface PositionObject : NSObject
Swift
class PositionObject : NSObject