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

此类用于定义一个折线View 更多...

#include <BMKPolylineView.h>

类 BMKPolylineView 继承关系图:
BMKGeometryView BMKOverlayGLBasicView BMKOverlayView BMKMultiColorPolylineView BMKMultiTexturePolylineView

构造函数

(nullable instancetype) - initWithPolyline:
 
(BOOL isFocus) - __deprecated_msg
 是否分段纹理/分段颜色绘制(突出显示),默认YES,YES:使用分段纹理绘制 NO:使用默认的灰色纹理绘制
 
(NSArray< UIColor * > *colors) - __deprecated_msg
 
- 构造函数 继承自 BMKOverlayGLBasicView
(CGPathRef path) - __deprecated_msg
 path对象
 
(BOOL lineDash) - __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
 

属性

BMKPolylinepolyline
 该View对应的折线数据对象
 
BMKLineJoinType lineJoinType
 LineJoinType,默认是kBMKLineJoinBevel(不支持虚线)
 
BMKLineCapType lineCapType
 LineCapType,默认是kBMKLineCapButt (不支持虚线)
 
BOOL isClickable
 是否可点击,默认YES;since 6.5.7
 
BMKLineBloomMode lineBloomMode
 
CGFloat lineBloomWidth
 发光处宽度,默认 0.0f;since 6.5.7
 
CGFloat lineBloomAlpha
 发光处透明度,取值范围 [0 ~ 255],默认 255.0f;since 6.5.7
 
CGFloat lineBloomGradientASPeed
 
int lineBloomBlurTimes
 
- 属性 继承自 BMKGeometryView
UIColor * fillColor
 
UIColor * strokeColor
 
CGFloat lineWidth
 画笔宽度,默认为0
 
BMKLineDashType lineDashType
 虚线类型, since 5.0.0,默认kBMKLineDashTypeNone (仅支持颜色虚线)
 
- 属性 继承自 BMKOverlayGLBasicView
UIImage * textureImage
 
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

函数文档

◆ __deprecated_msg [1/2]

- (BOOL isFocus) __deprecated_msg ("已废弃since 5.0.0")

是否分段纹理/分段颜色绘制(突出显示),默认YES,YES:使用分段纹理绘制 NO:使用默认的灰色纹理绘制

实现了 BMKOverlayGLBasicView.

◆ __deprecated_msg [2/2]

- (NSArray< UIColor * > *colors) __deprecated_msg ("已废弃since 6.5.) 0
(请使用BMKMultiColorPolylineView中strokeColors")  

使用分段颜色绘制时,必须设置(内容必须为UIColor) 注:请使用 - (UIColor *)initWithRed:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha; 初始化UIColor。 使用[UIColor ***Color]初始化时,个别case转换成RGB后会有问题

◆ initWithPolyline:

- (nullable instancetype) initWithPolyline: (BMKPolyline *) polyline

根据指定的折线生成一个折线View

参数
polyline指定的折线数据对象
返回
新生成的折线View

属性说明

◆ isClickable

- (BOOL) isClickable
readwritenonatomicassign

是否可点击,默认YES;since 6.5.7

◆ lineBloomAlpha

- (CGFloat) lineBloomAlpha
readwritenonatomicassign

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

◆ lineBloomBlurTimes

- (int) lineBloomBlurTimes
readwritenonatomicassign

模糊次数 since 6.5.7 取值范围 [1~10],默认值为 1 注意:模糊发光模式下该属性生效,since 6.5.9可以替代渐变发光模式的lineBloomGradientASPeed

◆ lineBloomGradientASPeed

- (CGFloat) lineBloomGradientASPeed
readwritenonatomicassign

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

◆ lineBloomMode

- (BMKLineBloomMode) lineBloomMode
readwritenonatomicassign

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

◆ lineBloomWidth

- (CGFloat) lineBloomWidth
readwritenonatomicassign

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

◆ lineCapType

- (BMKLineCapType) lineCapType
readwritenonatomicassign

LineCapType,默认是kBMKLineCapButt (不支持虚线)

◆ lineJoinType

- (BMKLineJoinType) lineJoinType
readwritenonatomicassign

LineJoinType,默认是kBMKLineJoinBevel(不支持虚线)

◆ polyline

- (BMKPolyline*) polyline
readnonatomicassign

该View对应的折线数据对象


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