Data Source

  • This class handles the data source context.

    See more

    Declaration

    Objective-C

    
    @interface DataSourceContext : NSObject

    Swift

    class DataSourceContext : NSObject
  • A set of delegate methods for data source context.

    See more

    Declaration

    Objective-C

    @protocol DataSourceContextDelegate <NSObject>

    Swift

    protocol DataSourceContextDelegate : NSObjectProtocol
  • This class encapsulates position preferences object.

    See more

    Declaration

    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 more

    Declaration

    Objective-C

    
    @interface DataSourcePlaybackContext : NSObject

    Swift

    class DataSourcePlaybackContext : NSObject
  • This class handles the gps position.

    See more

    Declaration

    Objective-C

    
    @interface PositionContext : NSObject

    Swift

    class PositionContext : NSObject
  • A set of delegate methods for position context objects.

    See more

    Declaration

    Objective-C

    @protocol PositionContextDelegate <NSObject>

    Swift

    protocol PositionContextDelegate : NSObjectProtocol
  • This class encapsulates position information.

    See more

    Declaration

    Objective-C

    
    @interface PositionObject : NSObject

    Swift

    class PositionObject : NSObject