Class NCLocationPoint - Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0 GitHub Wiki
Class NCLocationPoint is used for representing certain positions (points) within the location.
Referenced from: NCRoutePath, NCZone.
@interface NCLocationPoint : NSObject
@property (nonatomic, readonly, nonnull) NCPoint * point;
@property (nonatomic, readonly) int32_t locationId;
@property (nonatomic, readonly) int32_t sublocationId;
@end
Public fields
locationId
- location id where point placedsublocationId
- sublocation id where point placedpoint
- X and Y coordinates in meters as Point (within the sublocation)