AWSLocationForecastGeofenceEventsDeviceState
Objective-C
@interface AWSLocationForecastGeofenceEventsDeviceState
Swift
class AWSLocationForecastGeofenceEventsDeviceState
The device’s position, IP address, and WiFi access points.
Required parameters: [Position]
-
The device’s position.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSNumber *> *_Nullable position;
Swift
var position: [NSNumber]? { get set }
-
The device’s speed.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable speed;
Swift
var speed: NSNumber? { get set }