iOS高德地图SDK(2D)  v5.6.0
MAGroundOverlayRenderer Class Reference

此类是将MAGroundOverlay中的覆盖图片显示在地图上的renderer More...

#import <MAGroundOverlayRenderer.h>

Inheritance diagram for MAGroundOverlayRenderer:
MAOverlayRenderer

Instance Methods

(instancetype) - initWithGroundOverlay:
 根据指定的GroundOverlay生成将图片显示在地图上Renderer More...
 
- Instance Methods inherited from MAOverlayRenderer
(id) - initWithOverlay:
 初始化并返回一个overlay renderer 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 renderer是否可以绘制包含的内容 More...
 
(void) - drawMapRect:zoomScale:inContext:
 绘制overlay renderer的内容 More...
 
(void) - setNeedsDisplay
 设置是否需要重新绘制 More...
 
(void) - setNeedsDisplayInMapRect:
 重绘指定map rect内的内容 More...
 
(void) - setNeedsDisplayInMapRect:zoomScale:
 重绘指定zoom scale下map rect内的内容 More...
 

Properties

MAGroundOverlaygroundOverlay
 groundOverlay 具有覆盖图片,以及图片覆盖的区域 More...
 
- Properties inherited from MAOverlayRenderer
id< MAOverlay > overlay
 关联的overlay对象 More...
 
CGFloat alpha
 overlay的透明度 More...
 
CGFloat contentScaleFactor
 context的比例系数 More...
 

Detailed Description

此类是将MAGroundOverlay中的覆盖图片显示在地图上的renderer

Method Documentation

◆ initWithGroundOverlay:()

- (instancetype) initWithGroundOverlay: (MAGroundOverlay *)  groundOverlay

根据指定的GroundOverlay生成将图片显示在地图上Renderer

Parameters
groundOverlay制定了覆盖图片,以及图片的覆盖区域的groundOverlay
Returns
以GroundOverlay新生成Renderer

Property Documentation

◆ groundOverlay

- (MAGroundOverlay*) groundOverlay
readnonatomicassign

groundOverlay 具有覆盖图片,以及图片覆盖的区域


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。