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
name
of the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using thenamedShadow
filter.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The
order
of 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 }