SITIndoorBuildingModel Class Reference
Inherits from | NSObject |
---|---|
Declared in | SITIndoorBuildingModel.h |
– isValid
Determines the validation of the model
- (BOOL)isValid
Return Value
BOOL value that determines if the model of the building is valid (YES) or not (NO)
Declared In
SITIndoorBuildingModel.h
– identifier
Getter to retrieve the unique integer that identifies a model
- (NSNumber *)identifier
Return Value
NSNumber value
Declared In
SITIndoorBuildingModel.h
– generatedAt
Getter to retrieve the time when the model was generated
- (NSString *)generatedAt
Return Value
string in readable format
Declared In
SITIndoorBuildingModel.h
– relativeLinkToDownload
Getter to retrieve the relative url to download the model
- (NSString *)relativeLinkToDownload
Return Value
String containing the relative URL where the model can be downloaded
Declared In
SITIndoorBuildingModel.h