iOS高德地图SDK(2D)
v5.6.0
|
此类将MATileOverlay中的tile渲染到地图上 More...
#import <MATileOverlayView.h>
Instance Methods | |
(id) | - initWithTileOverlay: |
根据指定的tileOverlay生成MAOverlayView More... | |
(void) | - reloadData |
清除所有tile的缓存,并刷新overlay 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 | |
MATileOverlay * | tileOverlay |
覆盖在球面墨卡托投影上的图片tiles的数据源 More... | |
![]() | |
id< MAOverlay > | overlay |
关联的overlay对象 More... | |
CGFloat | alpha |
overlay的透明度 More... | |
CGFloat | contentScaleFactor |
context的比例系数 More... | |
此类将MATileOverlay中的tile渲染到地图上
- (id) initWithTileOverlay: | (MATileOverlay *) | overlay |
根据指定的tileOverlay生成MAOverlayView
overlay | 数据源 |
- (void) reloadData |
清除所有tile的缓存,并刷新overlay
|
readnonatomicassign |
覆盖在球面墨卡托投影上的图片tiles的数据源