Loading...
Searching...
No Matches
NCGlobalPoint.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3
25DEFAULT_EXPORT_ATTRIBUTE
26@interface NCGlobalPoint : NSObject
27
31- (nonnull instancetype)initWithLatitude:(double)latitude
32 longitude:(double)longitude;
33
37+ (nonnull instancetype)globalPointWithLatitude:(double)latitude
38 longitude:(double)longitude;
39
52@property (nonatomic, readonly) double latitude;
53
66@property (nonatomic, readonly) double longitude;
67
68@end