Loading...
Searching...
No Matches
NCGlobalPoint.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3
26DEFAULT_EXPORT_ATTRIBUTE
27@interface NCGlobalPoint : NSObject
28
32- (nonnull instancetype)initWithLatitude:(double)latitude
33 longitude:(double)longitude;
34
38+ (nonnull instancetype)globalPointWithLatitude:(double)latitude
39 longitude:(double)longitude;
40
54@property (nonatomic, readonly) double latitude;
55
69@property (nonatomic, readonly) double longitude;
70
71@end