SITPOI Class Reference

Inherits from SITBuildingResource : SITResource : NSObject
Declared in SITPOI.h

Overview

This class represents a Point Of Interest inside a SITIndoorBuilding

  )

Identifier of the floor in which the POI resides

@property (nonatomic, strong) NSNumber *DEPRECATED_MSG_ATTRIBUTE ( "Use position.floorIdentifier instead" )

Discussion

Warning: This field has been deprecated. In case of indoor POIs use position.floorID instead.

Declared In

SITPOI.h

  radius

radius (m) of the cylindrical area of the POI around the (x,y) point

@property (nonatomic, strong) NSNumber *radius

Declared In

SITPOI.h

– indoorPoint

Method to construct a SITIndoorPoint to use as a point to calcule routes to/from it

- (SITIndoorPoint *)indoorPoint

Return Value

SITIndoorPoint object

Discussion

Warning: This method has been deprecated

Declared In

SITPOI.h

  name

Name

@property (nonatomic, strong) NSString *name

Declared In

SITPOI.h

  infoHTML

Additional information about the POI in HTML format

@property (nonatomic, strong) NSString *infoHTML

Declared In

SITPOI.h

  categoryIdentifier

Unique identifier of the category of this poi

@property (nonatomic, strong) NSString *categoryIdentifier

Declared In

SITPOI.h

  category

Relationship to a SITPOICategory object

@property (nonatomic, strong) SITPOICategory *category

Declared In

SITPOI.h

– position

Describes the location of the Point of interest (geographical and cartesianCoordinates)

- (SITPoint *)position

Declared In

SITPOI.h