SITBuilding Class Reference
Inherits from | SITResource : NSObject |
---|---|
Declared in | SITBuilding.h |
userIdentifier
Identifier of the user who created the building
@property (nonatomic, strong) NSString *userIdentifier
Declared In
SITBuilding.h
address
Address of the building.
@property (nonatomic, strong) NSString *address
Declared In
SITBuilding.h
infoHTML
Detailed information in HTML format
@property (nonatomic, strong) NSString *infoHTML
Declared In
SITBuilding.h
rotation
Rotation angle of the building’s base, relative to the west-east axis, increasing in counter-clockwise, being 0 the west-east axis.
@property (nonatomic, strong) SITAngle *rotation
Declared In
SITBuilding.h
– dimensions
Size of the building
- (SITDimensions *)dimensions
Return Value
structure containing the widht and height of the building
Declared In
SITBuilding.h
– center
Geographical coordinate of the building
- (CLLocationCoordinate2D)center
Declared In
SITBuilding.h