BMFCircleUpdateExtension extension
circle更新
- on
Methods
-
updateCenter(
BMFCoordinate center) → Future< bool> -
Available on BMFCircle, provided by the BMFCircleUpdateExtension extension
更新圆心点经纬度 -
updateDottedLine(
bool dottedLine) → Future< bool> -
Available on BMFCircle, provided by the BMFCircleUpdateExtension extension
更新是否虚线 Android -
updateFillColor(
Color fillColor) → Future< bool> -
Available on BMFCircle, provided by the BMFCircleUpdateExtension extension
更新fillColor -
updateHollowShapes(
List< BMFHollowShape> hollowShapes) → Future<bool> -
Available on BMFCircle, provided by the BMFCircleUpdateExtension extension
更新镂空区 -
updateLineDashType(
BMFLineDashType lineDashType) → Future< bool> -
Available on BMFCircle, provided by the BMFCircleUpdateExtension extension
虚线类型 -
updateRadius(
double radius) → Future< bool> -
Available on BMFCircle, provided by the BMFCircleUpdateExtension extension
更新半径 -
updateStrokeColor(
Color strokeColor) → Future< bool> -
Available on BMFCircle, provided by the BMFCircleUpdateExtension extension
更新strokeColor -
updateWidth(
int width) → Future< bool> -
Available on BMFCircle, provided by the BMFCircleUpdateExtension extension
更新线宽