SITPOI Class Reference
Inherits from | SITBuildingResource : SITResource : NSObject |
---|---|
Declared in | SITPOI.h |
level_identifier
Identifier of the floor in which the POI resides
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use position.floorIdentifier instead" ) NSNumber *level_identifier
Discussion
Warning: This field has been deprecated. In case of indoor POIs use position.floorID instead.
Declared In
SITPOI.h
project_identifier
Relationship to an SITIndoorBuilding object
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use buildingIdentifier property of the SITResource base class instead" ) NSNumber *project_identifier
Declared In
SITPOI.h
x
x coordinate of the POI
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use position.cartesianCoordinate.x instead" ) NSNumber *x
Discussion
Warning: This field has been deprecated. Use position.cartesianCoordinate.x instead.
Declared In
SITPOI.h
y
y coordinate of the POI
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use position.cartesianCoordinate.y instead" ) NSNumber *y
Discussion
Warning: This field has been deprecated. Use position.cartesianCoordinate.y instead.
Declared In
SITPOI.h
sergasID
sergasID custom ID property
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use customFields of the SITResource base class instead" ) NSNumber *sergasID
Declared In
SITPOI.h
hasShifts
hasShifts custom property for Sergas
@property (nonatomic) DEPRECATED_MSG_ATTRIBUTE ( "Use customFields of the SITResource base class instead" ) BOOL hasShifts
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
info
Additional information about the POI in HTML format
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use infoHTML instead" ) NSString *info
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