ia_region_type
Objective-C
enum ia_region_type : NSInteger {}
Swift
enum ia_region_type : Int, @unchecked Sendable
Defines the type of region.
-
Region type is not known. This may be the result of running outdated SDK.
Declaration
Objective-C
kIARegionTypeUnknownSwift
case iaRegionTypeUnknown = 0 -
Region type is floor plan.
Declaration
Objective-C
kIARegionTypeFloorPlanSwift
case iaRegionTypeFloorPlan = 1 -
Region type is venue.
Declaration
Objective-C
kIARegionTypeVenueSwift
case iaRegionTypeVenue = 2 -
Region type is geofence.
Declaration
Objective-C
kIARegionTypeGeofenceSwift
case iaRegionTypeGeofence = 3