Loading...
Searching...
No Matches
LocationWindowCommonExample.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2
3@class NCLocationWindow;
4@class NCLocationView;
5@class NCPoint;
6@class NCCamera;
7@class NCCircleMapObject;
8@class NCIconMapObject;
9@class NCPolygonMapObject;
10@class NCPolylineMapObject;
11@class NCDottedPolylineMapObject;
12@class NCPickListener;
13@class NCInputListener;
14@class NCCameraListener;
15@class NCMapObjectPickResult;
16@class NCDebugFlag;
17@class NCAnimationType;
18
23@interface LocationWindowCommonExample : NSObject
24
25- (instancetype)init;
26- (void)runExample;
28
29@end