BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
|
该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类 更多...
#include <BMKOverlayGLBasicView.h>
属性 | |
UIImage * | textureImage |
BOOL | keepScale |
纹理图片是否缩放,默认NO | |
![]() | |
id< BMKOverlay > | overlay |
关联的overlay对象 | |
GLuint | strokeTextureID |
关联的纹理对象ID | |
额外继承的成员函数 | ||
![]() | ||
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 | |
该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类
- (BOOL tileTexture) __deprecated_msg | ("已废弃since 5.0.0") |
是否纹理图片平铺绘制,默认NO
在 BMKPolylineView 内被实现.
- (BOOL lineDash) __deprecated_msg | ("已废弃since 5.0.) | 0 | |
(请使用lineDashType绘制虚线") |
是否为虚线样式,默认NO
- (CGPathRef path) __deprecated_msg | ("已废弃since 6.5.0") |
path对象
|
readwritenonatomicassign |
纹理图片是否缩放,默认NO
|
readwritenonatomicstrong |
纹理图片 since 6.5.0 opengl要求图片宽高必须是2的n次幂