百度地图SDK for iOS v4.0.0 类参考
|
该类用于定义圆对应的View 更多...
#import <BMKCircleView.h>
属性 | |
BMKCircle * | circle |
该View对应的圆 | |
![]() | |
UIColor * | fillColor |
UIColor * | strokeColor |
CGFloat | lineWidth |
画笔宽度,默认为0 | |
CGPathRef | path |
path对象 | |
BOOL | lineDash |
是否为虚线样式,默认NO | |
BOOL | tileTexture |
是否纹理图片平铺绘制,默认NO | |
BOOL | keepScale |
纹理图片是否缩放(tileTexture为YES时生效),默认NO | |
![]() | |
id< BMKOverlay > | overlay |
关联的overlay对象 | |
GLuint | strokeTextureID |
关联的纹理对象ID | |
NSArray * | colors |
额外继承的成员函数 | |
![]() | |
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 |
该类用于定义圆对应的View
- (id) initWithCircle: | (BMKCircle *) | circle |
根据指定圆生成对应的View
circle | 指定的圆 |