iOS高德地图SDK(2D)
v5.6.0
|
此类是将MAGroundOverlay中的覆盖图片显示在地图上的View; More...
#import <MAGroundOverlayView.h>
Instance Methods | |
(id) | - initWithGroundOverlay: |
根据指定的GroundOverlay生成将图片显示在地图上View More... | |
![]() | |
(id) | - initWithOverlay: |
初始化并返回一个overlay view More... | |
(CGPoint) | - pointForMapPoint: |
将MAMapPoint转化为相对于receiver的本地坐标 More... | |
(MAMapPoint) | - mapPointForPoint: |
将相对于receiver的本地坐标转化为MAMapPoint More... | |
(CGRect) | - rectForMapRect: |
将MAMapRect转化为相对于receiver的本地rect More... | |
(MAMapRect) | - mapRectForRect: |
将相对于receiver的本地rect转化为MAMapRect More... | |
(BOOL) | - canDrawMapRect:zoomScale: |
判断overlay view是否可以绘制包含的内容 More... | |
(void) | - drawMapRect:zoomScale:inContext: |
绘制overlay view的内容 More... | |
(void) | - setNeedsDisplay |
(void) | - setNeedsDisplayInMapRect: |
重绘指定map rect内的内容 More... | |
(void) | - setNeedsDisplayInMapRect:zoomScale: |
重绘指定zoom scale下map rect内的内容 More... | |
Properties | |
MAGroundOverlay * | groundOverlay |
groundOverlay 具有覆盖图片,以及图片覆盖的区域 More... | |
![]() | |
id< MAOverlay > | overlay |
关联的overlay对象 More... | |
CGFloat | alpha |
overlay的透明度 More... | |
CGFloat | contentScaleFactor |
context的比例系数 More... | |
此类是将MAGroundOverlay中的覆盖图片显示在地图上的View;
- (id) initWithGroundOverlay: | (MAGroundOverlay *) | groundOverlay |
根据指定的GroundOverlay生成将图片显示在地图上View
groundOverlay | 制定了覆盖图片,以及图片的覆盖区域的groundOverlay |
|
readnonatomicassign |
groundOverlay 具有覆盖图片,以及图片覆盖的区域