AWSLocationForecastGeofenceEventsResponse
Objective-C
@interface AWSLocationForecastGeofenceEventsResponse
Swift
class AWSLocationForecastGeofenceEventsResponse
-
The distance unit for the forecasted events.
Declaration
Objective-C
@property (nonatomic) AWSLocationDistanceUnit distanceUnit;
Swift
var distanceUnit: AWSLocationDistanceUnit { get set }
-
The list of forecasted events.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationForecastedEvent *> *_Nullable forecastedEvents;
Swift
var forecastedEvents: [AWSLocationForecastedEvent]? { get set }
-
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The speed unit for the forecasted events.
Declaration
Objective-C
@property (nonatomic) AWSLocationSpeedUnit speedUnit;
Swift
var speedUnit: AWSLocationSpeedUnit { get set }