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

    kIARegionTypeUnknown

    Swift

    case iaRegionTypeUnknown = 0
  • Region type is floor plan.

    Declaration

    Objective-C

    kIARegionTypeFloorPlan

    Swift

    case iaRegionTypeFloorPlan = 1
  • Region type is venue.

    Declaration

    Objective-C

    kIARegionTypeVenue

    Swift

    case iaRegionTypeVenue = 2
  • Region type is geofence.

    Declaration

    Objective-C

    kIARegionTypeGeofence

    Swift

    case iaRegionTypeGeofence = 3