Loading...
Searching...
No Matches
NCGlobalPoint.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3
17DEFAULT_EXPORT_ATTRIBUTE
18@interface NCGlobalPoint : NSObject
19
23- (nonnull instancetype)initWithLatitude:(double)latitude
24 longitude:(double)longitude;
25
29+ (nonnull instancetype)globalPointWithLatitude:(double)latitude
30 longitude:(double)longitude;
31
35@property (nonatomic, readonly) double latitude;
36
40@property (nonatomic, readonly) double longitude;
41
42@end