MBXAccuracyLevel

enum MBXAccuracyLevel : NSInteger {}

The accuracy of the observed location

  • Passive only accuracy request, not triggers any active locations or power usage itself, but may receive locations generated in response to other requests.

    Declaration

    Objective-C

    MBXAccuracyLevelPassive
  • Low accuracy requirement (typically greater than 500 meters).

    Declaration

    Objective-C

    MBXAccuracyLevelLow
  • Medium accuracy requirement (typically between 100 and 500 meters).

    Declaration

    Objective-C

    MBXAccuracyLevelMedium
  • High accuracy requirement.

    Declaration

    Objective-C

    MBXAccuracyLevelHigh
  • The highest possible accuracy requirement that uses additional sensors (if possible) to facilitate navigation use case.

    Declaration

    Objective-C

    MBXAccuracyLevelHighest