AWSPinpointTargetingGPSPointDimension
Objective-C
@interface AWSPinpointTargetingGPSPointDimension
Swift
class AWSPinpointTargetingGPSPointDimension
Specifies GPS-based criteria for including or excluding endpoints from a segment.
Required parameters: [Coordinates]
-
The GPS coordinates to measure distance from.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingGPSCoordinates *_Nullable coordinates;
Swift
var coordinates: AWSPinpointTargetingGPSCoordinates? { get set }
-
The range, in kilometers, from the GPS coordinates.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable rangeInKilometers;
Swift
var rangeInKilometers: NSNumber? { get set }