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 placed
  • sublocationId - sublocation id where point placed
  • point - X and Y coordinates in meters as Point (within the sublocation)
⚠️ **GitHub.com Fallback** ⚠️