高德地图SDK(导航)  V11.1.000
MAGroundOverlay.h
Go to the documentation of this file.
1 //
2 // MAGroundOverlay.h
3 // MapKit_static
4 //
5 // Created by Li Fei on 11/12/13.
6 // Copyright © 2016 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 
11 #if MA_INCLUDE_OVERLAY_GROUND
12 
13 #import <UIKit/UIKit.h>
14 #import "MAShape.h"
15 #import "MAOverlay.h"
16 
20 
23 @property (nonatomic, readonly) UIImage *icon;
24 
27 @property (nonatomic, assign) CGFloat alpha __attribute((deprecated("Deprecated, since 7.7.0, please use alpha in MAGroundOverlayRenderer")));
28 
31 @property (nonatomic, readonly) CGFloat zoomLevel;
32 
35 @property (nonatomic, readonly) MACoordinateBounds bounds;
36 
47 + (instancetype)groundOverlayWithBounds:(MACoordinateBounds)bounds
48  icon:(UIImage *)icon;
49 
62 + (instancetype)groundOverlayWithCoordinate:(CLLocationCoordinate2D)coordinate
63  zoomLevel:(CGFloat)zoomLevel
64  icon:(UIImage *)icon;
65 
76 - (BOOL)setGroundOverlayWithBounds:(MACoordinateBounds)bounds icon:(UIImage *)icon;
77 
90 - (BOOL)setGroundOverlayWithCoordinate:(CLLocationCoordinate2D)coordinate
91  zoomLevel:(CGFloat)zoomLevel
92  icon:(UIImage *)icon;
93 
94 @end
95 
96 #endif
Definition: MAGroundOverlay.h:19
UIImage * icon
Definition: MAGroundOverlay.h:23
CGFloat zoomLevel
Definition: MAGroundOverlay.h:31
CGFloat alpha __attribute((deprecated("Deprecated, since 7.7.0, please use alpha in MAGroundOverlayRenderer")))
MACoordinateBounds bounds
Definition: MAGroundOverlay.h:35
Definition: MAShape.h:16
Definition: MAOverlay.h:15
Definition: MAGeometry.h:21
© 2017 高德信息技术有限公司 版权所有,保留所有权利。