IARegion Class Reference

Inherits from NSObject
Declared in IALocationManager.h

Overview

An IARegion object represents a region on Earth.

  identifier

Region identifier. For objects of type kIARegionTypeFloorPlan this is same as floor plan id.

@property (nonatomic, strong, nonnull) NSString *identifier

Declared In

IALocationManager.h

  name

Human readable name

@property (nonatomic, strong, nullable) NSString *name

Declared In

IALocationManager.h

  type

Region type

@property (nonatomic, assign) enum ia_region_type type

Parameters

type

See possible values at ia_region_type

Declared In

IALocationManager.h

  timestamp

If there is an event related to region this is the timestamp of that event.

@property (nonatomic, strong, nullable) NSDate *timestamp

Declared In

IALocationManager.h

  venue

If there is a venue related to this region this is the venue of that.

@property (nonatomic, strong, nullable) IAVenue *venue

Declared In

IALocationManager.h

  floorplan

If there is a floorplan related to this region this is the floorplan of that.

@property (nonatomic, strong, nullable) IAFloorPlan *floorplan

Declared In

IALocationManager.h