Skip to content

Class NCLocationPoint

Il Kadyrov edited this page Nov 5, 2020 · 1 revision

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)
Clone this wiki locally