A point at the specified WGS84 coordinates. More...
#include <com/navigine/idl/objc/NCGlobalPoint.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithLatitude:longitude: |
| Default constructor for class NCGlobalPoint. | |
Class Methods | |
| (nonnull instancetype) | + globalPointWithLatitude:longitude: |
| Factory method for class NCGlobalPoint. | |
Properties | |
| double | latitude |
| point's latitude. | |
| double | longitude |
| point's longitude. | |
A point at the specified WGS84 coordinates.
Referenced from GeometryUtils, NavigationManager, Position, Sublocation.
Swift code snippet:
Objective C code snippet:
Definition at line 26 of file NCGlobalPoint.h.
| + (nonnull instancetype) globalPointWithLatitude: | (double) | latitude | |
| longitude: | (double) | longitude |
Factory method for class NCGlobalPoint.
| - (nonnull instancetype) initWithLatitude: | (double) | latitude | |
| longitude: | (double) | longitude |
Default constructor for class NCGlobalPoint.
|
readnonatomicassign |
point's latitude.
Swift code snippet:
Objective C code snippet:
Definition at line 52 of file NCGlobalPoint.h.
|
readnonatomicassign |
point's longitude.
Swift code snippet:
Objective C code snippet:
Definition at line 66 of file NCGlobalPoint.h.