AWSLocationPositionalAccuracy

Objective-C

@interface AWSLocationPositionalAccuracy

Swift

class AWSLocationPositionalAccuracy

Defines the level of certainty of the position.

Required parameters: [Horizontal]

  • Estimated maximum distance, in meters, between the measured position and the true position of a device, along the Earth’s surface.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable horizontal;

    Swift

    var horizontal: NSNumber? { get set }