SITPOI
@interface SITPOI : SITBuildingResource
This class represents a Point Of Interest inside a SITBuilding
See
See SITPOIBase to check base properties-
radius (m) of the cylindrical area of the POI around the (x,y) point
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSNumber *_Nonnull radius;
-
Name
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull name;
-
Additional information about the POI in HTML format
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull infoHTML;
-
Unique identifier of the category of this poi
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull categoryIdentifier;
-
Relationship to a SITPOICategory object
Declaration
Objective-C
@property (readwrite, strong, nonatomic) SITPOICategory *_Nonnull category;