ia_region_type
Objective-C
enum ia_region_type {}
Swift
enum ia_region_type : Int
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
ia_region_type Enumeration Reference