SITIndoorPoint Class Reference

Inherits from NSObject
Declared in SITIndoorPoint.h

Overview

This class represent a point inside a building

  x

Position over x-axis.

@property (nonatomic, strong) NSNumber *x

Declared In

SITIndoorPoint.h

  y

Position over y-axis.

@property (nonatomic, strong) NSNumber *y

Declared In

SITIndoorPoint.h

  level_identifier

Identifier of the level (SITIndoorLevel)

@property (nonatomic, strong) NSNumber *level_identifier

Declared In

SITIndoorPoint.h

– initWithX:y:level_identifier:

Designated initializer of the class

- (instancetype)initWithX:(NSNumber *)x y:(NSNumber *)y level_identifier:(NSNumber *)level_identifier

Parameters

x

Position over x-axis

y

Position over y-axis

level_identifier

Identifier of the level (SITIndoorLevel)

Return Value

an initialized object of this class

Discussion

Instead of creating your own objects, you can use the indoorPoint methods of the classes SITPOI or SITIndoorLocation

Declared In

SITIndoorPoint.h

– isValid

It Checks if the values are not null

- (BOOL)isValid

Return Value

true or false

Declared In

SITIndoorPoint.h