高德地图SDK(导航)  V11.1.000
MAGroundOverlayRenderer.h
Go to the documentation of this file.
1 //
2 // MAGroundOverlayRenderer.h
3 // MapKit_static
4 //
5 // Created by Li Fei on 11/13/13.
6 // Copyright © 2016 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 
11 #if MA_INCLUDE_OVERLAY_GROUND
12 
13 #import "MAOverlayRenderer.h"
14 #import "MAGroundOverlay.h"
15 
19 
22 @property (nonatomic ,readonly) MAGroundOverlay *groundOverlay;
23 
32 - (instancetype)initWithGroundOverlay:(MAGroundOverlay *)groundOverlay;
33 
34 @end
35 
36 #endif
Definition: MAGroundOverlay.h:19
Definition: MAGroundOverlayRenderer.h:19
MAGroundOverlay * groundOverlay
Definition: MAGroundOverlayRenderer.h:22
Definition: MAOverlayRenderer.h:21
© 2017 高德信息技术有限公司 版权所有,保留所有权利。