DJIRTKPositioningSolution

enum DJIRTKPositioningSolution : NSInteger {}

This enum defines the positioning solution the system is currently using.

  • No positinging solution. This can be caused by an insufficient number of sattelites in view, an insufficient amount of time to lock onto the satellites, or a loss in communication link between the mobile station and base station.

    Declaration

    Objective-C

    DJIRTKPositioningSolutionNone
  • RTK point positioning.

    Declaration

    Objective-C

    DJIRTKPositioningSolutionSinglePoint
  • Float solution positioning.

    Declaration

    Objective-C

    DJIRTKPositioningSolutionFloat
  • Fixed-point solution positioning. The supplied location information will be the most accurate in this mode.

    Declaration

    Objective-C

    DJIRTKPositioningSolutionFixedPoint