Loading...
Searching...
No Matches
NCUserLocationView.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
4@class NCIconMapObject;
5
6
16DEFAULT_EXPORT_ATTRIBUTE
17@interface NCUserLocationView : NSObject
18
32@property (nonatomic, nullable, readonly) NCIconMapObject * arrow;
33
47@property (nonatomic, nullable, readonly) NCCircleMapObject * accuracyCircle;
48
49@end