BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
|
该类用于定义一个BMKTileLayerView 更多...
#include <BMKTileLayerView.h>
属性 | |
BMKTileLayer * | tileLayer |
该View对应的tileLayer数据对象 | |
属性 继承自 BMKOverlayView | |
id< BMKOverlay > | overlay |
关联的overlay对象 | |
GLuint | strokeTextureID |
关联的纹理对象ID | |
额外继承的成员函数 | ||
Protected 属性 继承自 BMKOverlayView | ||
package id< BMKOverlay > | _overlay | |
BMKMapRect | _boundingMapRect | |
CGAffineTransform | _mapTransform | |
id | _geometryDelegate | |
id | _canDrawCache | |
BOOL | keepScale | |
CFTimeInterval | _lastTile | |
CFRunLoopTimerRef | _scheduledScaleTimer | |
struct { | ||
unsigned int keepAlive:1 | ||
unsigned int levelCrossFade:1 | ||
unsigned int drawingDisabled:1 | ||
unsigned int usesTiledLayer:1 | ||
} | _flags | |
该类用于定义一个BMKTileLayerView
- (instancetype) initWithTileLayer: | (BMKTileLayer *) | tileLayer |
根据指定的tileLayer生成将tiles显示在地图上的View
tileLayer | 制定了覆盖图片,以及图片的覆盖区域 |
|
readnonatomicassign |
该View对应的tileLayer数据对象