-
Notifications
You must be signed in to change notification settings - Fork 6
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
-
locationId
- location id where point placed -
sublocationId
- sublocation id where point placed -
point
- X and Y coordinates in meters as Point (within the sublocation)
Tutorials
Classes
- NCNavigineSdk
- NCLocationListManager
- NCLocationManager
- NCNavigationManager
- NCRouteManager
- NCZoneManager
- NCNotificationManager
- NCMeasurementManager
- NCLocationEditManager
- NCResourceManager
- NCLocation
- NCSublocation
- NCCategory
- NCVenue
- NCZone
- NCBeacon
- NCEddystone
- NCWifi
- NCLocationView
- NCGestureRecognizerDelegate
- NCCircleMapObject
- NCLineMapObject
- NCLocationListListener
- NCLocationListener
- NCPositionListener
- NCRouteListener
- NCZoneListener
- NCNotificationListener
- NCLocationEditListener
- NCMeasurementListener
- NCResourceListener
- NCResourceUploadListener
- NCNotification
- NCPosition
- NCSignalMeasurement
- NCSensorMeasurement
- NCImage
- NCRoutePath
- NCRouteEvent
- NCLocationPoint
- NCLocationInfo
- NCBitmapRegionDecoder