Class is used for representing certain point within the location. More...
#include <com/navigine/idl/objc/NCLocationPoint.h>
Inherits NSObject.
Instance Methods | |
(nonnull instancetype) | - initWithPoint:locationId:sublocationId: |
Default constructor for class NCLocationPoint. | |
Class Methods | |
(nonnull instancetype) | + locationPointWithPoint:locationId:sublocationId: |
Factory method for class NCLocationPoint. | |
Properties | |
NCPoint * | point |
location point X and Y coordinates in meters as Point (within the sublocation). | |
int32_t | locationId |
location point location identifier. | |
int32_t | sublocationId |
location point sublocation identifier. | |
Class is used for representing certain point within the location.
Referenced from: AsyncRouteListener, AsyncRouteManager, CircleMapObject, FlatIconMapObject, IconMapObject, MapObjectPickResult, NavigationManager, Notification, Position, RouteManager, RoutePath, Sublocation, Venue.
Definition at line 22 of file NCLocationPoint.h.
- (nonnull instancetype) initWithPoint: | (nonnull NCPoint *) | point | |
locationId: | (int32_t) | locationId | |
sublocationId: | (int32_t) | sublocationId |
Default constructor for class NCLocationPoint.
+ (nonnull instancetype) locationPointWithPoint: | (nonnull NCPoint *) | point | |
locationId: | (int32_t) | locationId | |
sublocationId: | (int32_t) | sublocationId |
Factory method for class NCLocationPoint.
|
readnonatomicassign |
location point location identifier.
Definition at line 46 of file NCLocationPoint.h.
|
readnonatomicassign |
location point X and Y coordinates in meters as Point (within the sublocation).
Definition at line 41 of file NCLocationPoint.h.
|
readnonatomicassign |
location point sublocation identifier.
Definition at line 51 of file NCLocationPoint.h.