AWSIoTGeoLocationTarget
Objective-C
@interface AWSIoTGeoLocationTarget
Swift
class AWSIoTGeoLocationTarget
A geolocation target that you select to index. Each geolocation target contains a name and order key-value pair that specifies the geolocation target fields.
-
The
nameof the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using thenamedShadowfilter.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
The
orderof the geolocation target field. This field is optional. The default value isLatLon.Declaration
Objective-C
@property (nonatomic) AWSIoTTargetFieldOrder order;Swift
var order: AWSIoTTargetFieldOrder { get set }
View on GitHub
Install in Dash
AWSIoTGeoLocationTarget Class Reference