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.
Definition at line 18 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.
Definition at line 35 of file NCGlobalPoint.h.
|
readnonatomicassign |
point's longitude.
Definition at line 40 of file NCGlobalPoint.h.