BMFPolygonUpdateExtension extension Null safety

polygon更新

on

Methods

updateCoordinates(List<BMFCoordinate> coordinates) → Future<bool>
更新经纬度数组
updateFillColor(Color fillColor) → Future<bool>
更新fillColor
updateHollowShapes(List<BMFHollowShape> hollowShapes) → Future<bool>
更新镂空
updateLineDashType(BMFLineDashType lineDashType) → Future<bool>
虚线类型
updateStrokeColor(Color strokeColor) → Future<bool>
更新strokeColor
updateWidth(int width) → Future<bool>
更新线宽