BMFPolylineUpdate extension

polyline更新

on

Methods

updateClickable(bool clickable) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新polyLine是否可点击
updateColors(List<Color> colors, {List<int>? indexs}) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新colors
updateCoordinates(List<BMFCoordinate> coordinates, {List<int>? indexs}) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新经纬度数组
updateDottedLine(bool dottedLine) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新是否设置虚线
updateIndexs(List<int> indexs) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新索引 【Android】
updateIsFocus(bool isFocus) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新是否可以被选中,获得焦点
updateIsKeepScale(bool isKeepScale) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新纹理宽、高是否保持原比例渲染
updateLineBloomAlpha(double lineBloomAlpha) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新lineBloomAlpha
updateLineBloomBlurTimes(int lineBloomBlurTimes) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新lineBloomBlurTimes
updateLineBloomGradientASPeed(double lineBloomGradientASPeed) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新lineBloomGradientASPeed
updateLineBloomMode(BMFLineBloomMode lineBloomMode) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新lineBloomMode
updateLineBloomWidth(double lineBloomWidth) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新lineBloomWidth
updateLineCapType(BMFLineCapType lineCapType) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新折线头尾处理方式
updateLineDashType(BMFLineDashType lineDashType) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新折线绘制样式
updateLineDirectionCross180(BMFLineDirectionCross180Type lineDirectionCross180) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新lineDirectionCross180
updateLineJoinType(BMFLineJoinType lineJoinType) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新折线拐角处理方式
updateTextures(List<String> textures) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新纹理textures (iOS 暂不支持)
updateThined(bool isThined) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新polyline是否抽稀
updateVisible(bool visible) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新polyline是否显示
updateWidth(int width) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新线宽
updateZIndex(int zIndex) Future<bool>

Available on BMFPolyline, provided by the BMFPolylineUpdate extension

更新z轴方向上的堆叠顺序