AWSLocationPlaceGeometry
Objective-C
@interface AWSLocationPlaceGeometry
Swift
class AWSLocationPlaceGeometry
Places uses a point geometry to specify a location or a Place.
-
A single point geometry specifies a location for a Place using WGS 84 coordinates:
x — Specifies the x coordinate or longitude.
y — Specifies the y coordinate or latitude.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSNumber *> *_Nullable point;
Swift
var point: [NSNumber]? { get set }