MBXLocationExtraKeys
@interface MBXLocationExtraKeys : NSObject
Keys for additional information (extra) in Location.
-
The key to indicate if this location fix is a mock.
Value: Boolean
Declaration
Objective-C
@property (class, nonatomic, readonly) NSString *IsMock;
-
The key to indicate if this location fix is retrieved from an external accessory attached to the device such as GNSS dongle, CarPlay, etc.
Value: Boolean
Declaration
Objective-C
@property (class, nonatomic, readonly) NSString *IsExternal;