AWSLocationForecastedGeofenceEventType

Objective-C

NS_ENUM(NSInteger, AWSLocationForecastedGeofenceEventType) {
    AWSLocationForecastedGeofenceEventTypeUnknown,
    AWSLocationForecastedGeofenceEventTypeEnter,
    AWSLocationForecastedGeofenceEventTypeExit,
    AWSLocationForecastedGeofenceEventTypeIdle,
}

Swift

enum AWSLocationForecastedGeofenceEventType : Int, @unchecked Sendable

Undocumented