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

热力图tileOverlay More...

#import <MAHeatMapTileOverlay.h>

Inheritance diagram for MAHeatMapTileOverlay:
MATileOverlay

Properties

NSArray * data
 热力图节点Array More...
 
NSInteger radius
 热力图半径,默认为12,范围:0-100 screen point More...
 
CGFloat opacity
 透明度,默认为0.6,范围:0-1 More...
 
MAHeatMapGradientgradient
 热力图梯度 More...
 
BOOL allowRetinaAdapting
 是否开启高清热力图,默认关闭 More...
 
- Properties inherited from MATileOverlay
CGSize tileSize
 默认tileSize 256x256 More...
 
NSInteger minimumZ
 overlay可以渲染的最小缩放级别。当0级时,一个tile覆盖整个世界范围,1级时覆盖 1/4th 世界,2级时1/16th,以此类推。 More...
 
NSInteger maximumZ
 overlay可以渲染的最大缩放级别。 More...
 
NSString * URLTemplate
 同initWithURLTemplate:中的URLTemplate More...
 
BOOL canReplaceMapContent
 暂未开放 More...
 
MAMapRect boundingMapRect
 区域外接矩形,可用来设定tileOverlay的可渲染区域 More...
 

Additional Inherited Members

- Instance Methods inherited from MATileOverlay
(instancetype) - initWithURLTemplate:
 根据指定的URLTemplate生成tileOverlay More...
 
(NSURL *) - URLForTilePath:
 以tile path生成URL。用于加载tile,此方法默认填充URLTemplate More...
 
(void) - loadTileAtPath:result:
 加载被请求的tile,并以tile数据或加载tile失败error访问回调block;默认实现为首先用URLForTilePath去获取URL,然后用异步NSURLConnection加载tile More...
 

Detailed Description

热力图tileOverlay

Property Documentation

◆ allowRetinaAdapting

- (BOOL) allowRetinaAdapting
readwritenonatomicassign

是否开启高清热力图,默认关闭

◆ data

- (NSArray*) data
readwritenonatomicstrong

热力图节点Array

◆ gradient

- (MAHeatMapGradient*) gradient
readwritenonatomicstrong

热力图梯度

◆ opacity

- (CGFloat) opacity
readwritenonatomicassign

透明度,默认为0.6,范围:0-1

◆ radius

- (NSInteger) radius
readwritenonatomicassign

热力图半径,默认为12,范围:0-100 screen point


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