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