ia_region_type Constants Reference

Declared in IALocationManager.h

ia_region_type

Defines the type of region.

Definition

typedef NS_ENUM(NSInteger, ia_region_type ) {
   kIARegionTypeUnknown,
   kIARegionTypeFloorPlan,
   kIARegionTypeVenue,
   kIARegionTypeGeofence,
};

Constants

kIARegionTypeUnknown

Region type is not known. This may be the result of running outdated SDK.

Declared In IALocationManager.h.

kIARegionTypeFloorPlan

Region type is floor plan.

Declared In IALocationManager.h.

kIARegionTypeVenue

Region type is venue.

Declared In IALocationManager.h.

kIARegionTypeGeofence

Region type is geofence.

Declared In IALocationManager.h.

Declared In

IALocationManager.h