MBXAccuracyAuthorization

enum MBXAccuracyAuthorization : NSInteger {}

Accuracy authorization granted by user to the app.

  • An app is not authorized to access location.

    Declaration

    Objective-C

    MBXAccuracyAuthorizationNone
  • An app is authorized to received as precise as possible location.

    Declaration

    Objective-C

    MBXAccuracyAuthorizationExact
  • An app is authorized to receive rough location only.

    Depends on a platform the accuracy is within a city block.

    Declaration

    Objective-C

    MBXAccuracyAuthorizationInexact