Loading...
Searching...
No Matches

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

NCPointpoint
 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.
 

Detailed Description

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.

Method Documentation

◆ initWithPoint:locationId:sublocationId:

- (nonnull instancetype) initWithPoint: (nonnull NCPoint *) point
locationId: (int32_t) locationId
sublocationId: (int32_t) sublocationId 

Default constructor for class NCLocationPoint.

◆ locationPointWithPoint:locationId:sublocationId:

+ (nonnull instancetype) locationPointWithPoint: (nonnull NCPoint *) point
locationId: (int32_t) locationId
sublocationId: (int32_t) sublocationId 

Factory method for class NCLocationPoint.

Property Documentation

◆ locationId

- (int32_t) locationId
readnonatomicassign

location point location identifier.

Definition at line 46 of file NCLocationPoint.h.

◆ point

- (NCPoint*) point
readnonatomicassign

location point X and Y coordinates in meters as Point (within the sublocation).

Definition at line 41 of file NCLocationPoint.h.

◆ sublocationId

- (int32_t) sublocationId
readnonatomicassign

location point sublocation identifier.

Definition at line 51 of file NCLocationPoint.h.


The documentation for this class was generated from the following file: