BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
属性 | 所有成员列表
BMKTileLayer类 参考

该类是覆盖在球面墨卡托投影上的图片tiles的数据源,是抽象类,不能直接使用该类添加瓦片图,需要使用其子类(BMKURLTileLayer或BMKSyncTileLayer) 瓦片图片是jpeg或者png格式,size为256x256 更多...

#include <BMKTileLayer.h>

类 BMKTileLayer 继承关系图:
<BMKOverlay> <BMKAnnotation> BMKAsyncTileLayer BMKSyncTileLayer BMKURLTileLayer

属性

NSInteger minZoom
 tileLayer的可见最小Zoom值,默认3
 
NSInteger maxZoom
 tileLayer的可见最大Zoom值,默认21,且不能小于minZoom
 
BMKMapRect visibleMapRect
 tileOverlay的可渲染区域,默认世界范围
 
- 属性 继承自 <BMKOverlay>
CLLocationCoordinate2D coordinate
 返回区域中心坐标.
 
BMKMapRect boundingMapRect
 返回区域外接矩形
 
- 属性 继承自 <BMKAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标.
 

额外继承的成员函数

- 构造函数 继承自 <BMKOverlay>
(BOOL) - intersectsMapRect:
 
- 构造函数 继承自 <BMKAnnotation>
(NSString *) - title
 获取annotation标题
 
(NSString *) - subtitle
 获取annotation副标题
 
(void) - setCoordinate:
 

详细描述

该类是覆盖在球面墨卡托投影上的图片tiles的数据源,是抽象类,不能直接使用该类添加瓦片图,需要使用其子类(BMKURLTileLayer或BMKSyncTileLayer) 瓦片图片是jpeg或者png格式,size为256x256

属性说明

◆ maxZoom

- (NSInteger) maxZoom
readwritenonatomicassign

tileLayer的可见最大Zoom值,默认21,且不能小于minZoom

◆ minZoom

- (NSInteger) minZoom
readwritenonatomicassign

tileLayer的可见最小Zoom值,默认3

◆ visibleMapRect

- (BMKMapRect) visibleMapRect
readwritenonatomicassign

tileOverlay的可渲染区域,默认世界范围


该类的文档由以下文件生成: