BaiduMap_IOSSDK_v6.6.3_Docs  6.6.3
构造函数 | 属性 | 所有成员列表
BMKPolygonView类 参考

此类用于定义一个多边形View 更多...

#import <BMKPolygonView.h>

类 BMKPolygonView 继承关系图:
BMKGeometryView BMKOverlayGLBasicView BMKOverlayView

构造函数

(nullable instancetype) - initWithPolygon:
 
- 构造函数 继承自 BMKOverlayGLBasicView
(CGPathRef path) - __deprecated_msg
 path对象 更多...
 
(BOOL lineDash) - __deprecated_msg
 是否为虚线样式,默认NO 更多...
 
(BOOL tileTexture) - __deprecated_msg
 是否纹理图片平铺绘制,默认NO 更多...
 
- 构造函数 继承自 BMKOverlayView
(nullable instancetype) - initWithOverlay:
 
(GLuint) - loadStrokeTextureImage:
 
(BOOL) - loadStrokeTextureImages:
 
(void) - setOverlayGeometryDelegate:
 设置该overlay的GeometryDelegate 更多...
 
(CGPoint) - pointForMapPoint:
 
(BMKMapPoint- mapPointForPoint:
 
(CGRect) - rectForMapRect:
 
(BMKMapRect- mapRectForRect:
 
(BOOL) - canDrawMapRect:zoomScale:
 
(void) - drawMapRect:zoomScale:inContext:
 
(void) - setNeedsDisplayInMapRect:
 
(void) - renderLinesWithPoints:pointCount:strokeColor:lineWidth:looped:
 
(void) - renderTexturedLinesWithPoints:pointCount:lineWidth:textureID:looped:
 
(void) - renderLinesWithPoints:pointCount:strokeColor:lineWidth:looped:lineDashType:
 
(void) - renderLinesWithPoints:pointCount:strokeColor:lineWidth:looped:lineDash:
 
(void) - renderTexturedLinesWithPartPoints:lineWidth:textureIndexs:isFocus:
 
(void) - renderTexturedLinesWithPartPoints:lineWidth:textureIndexs:isFocus:tileTexture:keepScale:
 
(void) - renderTexturedLinesWithPoints:pointCount:lineWidth:textureID:strokeColor:looped:tileTexture:keepScale:
 
(void) - renderTexturedPolyLineWithPoints:lineWidth:textureID:strokeColor:isFoucs:keepScale:lineJoinType:lineCapType:
 
(void) - renderMultiTexturedPolyLineWithPartPoints:lineWidth:textureIndexs:isFoucs:keepScale:lineJoinType:lineCapType:
 
(void) - renderDashPolyLineWithPoints:lineWidth:strokeColor:lineDashType:
 
(void) - renderMultiDashPolyLineWithPartPoints:lineWidth:textureIndexs:lineDashType:
 
(void) - renderRegionWithPoints:pointCount:fillColor:usingTriangleFan:
 
(void) - renderATRegionWithPoint:pointCount:fillColor:usingTriangleFan:
 
(void) - rendeCircleWithPoints:pointCount:lineWidth:fillColor:strokeColor:
 
(void) - rendePolygonWithPoints:pointCount:lineWidth:fillColor:strokeColor:
 
(void) - glRender
 

属性

BMKPolygonpolygon
 该View对应的多边形数据 更多...
 
BOOL isClickable
 是否可点击,默认NO 更多...
 
BOOL isHoleClickable
 镂空区域是否可点击,默认NO:点中镂空区域时不触发该overlay的点击回调 更多...
 
NSInteger holeClickedIndex
 isHoleClickable为YES时,触发回调的镂空索引值,默认-1:点中的是非镂空区域;索引对应polygon.hollowShapes,倒序遍历,即优先触发后添加的镂空 更多...
 
BMKLineBloomMode lineBloomMode
 
BMKLineBloomDirection lineBloomDirection
 默认向两侧发光,kBMKLineBloomDirectionAround; since 6.6.3 更多...
 
CGFloat lineBloomWidth
 发光处宽度,默认 0.0f;since 6.6.3 更多...
 
CGFloat lineBloomAlpha
 发光处透明度,取值范围 [0 ~ 255],默认 255.0f;since 6.6.3 更多...
 
CGFloat lineBloomGradientASPeed
 
int lineBloomBlurTimes
 
- 属性 继承自 BMKGeometryView
UIColor * fillColor
 
UIColor * strokeColor
 
UIColor * strokeColorProgressForward
 加载绘制当前进度之前的部分的画笔颜色,不设置时当前进度之前的路线不显示,轨迹动画化使用 since 6.6.3 更多...
 
UIColor * strokeColorProgressBackward
 加载绘制当前进度之后的部分的画笔颜色,不设置时当前进度之后的路线不显示,轨迹动画化使用 since 6.6.3 更多...
 
CGFloat lineWidth
 画笔宽度,默认为0 更多...
 
BMKLineDashType lineDashType
 虚线类型, since 5.0.0,默认kBMKLineDashTypeNone (仅支持颜色虚线) 更多...
 
- 属性 继承自 BMKOverlayGLBasicView
UIImage * textureImage
 
UIImage * textureImageProgressForward
 
UIImage * textureImageProgressBackward
 
BOOL keepScale
 纹理图片是否缩放,默认NO 更多...
 
- 属性 继承自 BMKOverlayView
id< BMKOverlayoverlay
 关联的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
 

详细描述

此类用于定义一个多边形View

函数文档

◆ initWithPolygon:

- (nullable instancetype) initWithPolygon: (BMKPolygon *)  polygon

根据指定的多边形生成一个多边形View

参数
polygon指定的多边形数据对象
返回
新生成的多边形View

属性说明

◆ holeClickedIndex

- (NSInteger) holeClickedIndex
readwritenonatomicassign

isHoleClickable为YES时,触发回调的镂空索引值,默认-1:点中的是非镂空区域;索引对应polygon.hollowShapes,倒序遍历,即优先触发后添加的镂空

◆ isClickable

- (BOOL) isClickable
readwritenonatomicassign

是否可点击,默认NO

◆ isHoleClickable

- (BOOL) isHoleClickable
readwritenonatomicassign

镂空区域是否可点击,默认NO:点中镂空区域时不触发该overlay的点击回调

◆ lineBloomAlpha

- (CGFloat) lineBloomAlpha
readwritenonatomicassign

发光处透明度,取值范围 [0 ~ 255],默认 255.0f;since 6.6.3

◆ lineBloomBlurTimes

- (int) lineBloomBlurTimes
readwritenonatomicassign

模糊次数 since 6.6.3 取值范围 [1~10],默认值为 1 注意:模糊发光模式下该属性生效

◆ lineBloomDirection

- (BMKLineBloomDirection) lineBloomDirection
readwritenonatomicassign

默认向两侧发光,kBMKLineBloomDirectionAround; since 6.6.3

◆ lineBloomGradientASPeed

- (CGFloat) lineBloomGradientASPeed
readwritenonatomicassign

透明度渐变速度 since 6.6.3 取值范围 [1.0f ~ 10.0f],默认值为 5.0f 注意:渐变发光模式下该属性生效

◆ lineBloomMode

- (BMKLineBloomMode) lineBloomMode
readwritenonatomicassign

发光模式,仅支持颜色实折线;since 6.6.3 默认不发光,kBMKLineBloomModeNone

◆ lineBloomWidth

- (CGFloat) lineBloomWidth
readwritenonatomicassign

发光处宽度,默认 0.0f;since 6.6.3

◆ polygon

- (BMKPolygon*) polygon
readnonatomicassign

该View对应的多边形数据


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