IAPOI Class Reference
Inherits from | NSObject |
---|---|
Declared in | IALocationManager.h |
identifier
Identifier of the point of interest
@property (nonatomic, readonly, nonnull) NSString *identifier
Declared In
IALocationManager.h
name
Name of the point of interest, can be empty
@property (nonatomic, readonly, nullable) NSString *name
Declared In
IALocationManager.h
payload
The JSON payload for this point of interest.
@property (nonatomic, readonly, nullable) NSDictionary *payload
Declared In
IALocationManager.h
coordinate
Location of the point of interest
@property (nonatomic, readonly) CLLocationCoordinate2D coordinate
Declared In
IALocationManager.h
floor
Floor the point of interest is located on.
@property (nonatomic, readonly, nonnull) IAFloor *floor
Declared In
IALocationManager.h