merge code
This commit is contained in:
parent
27d21f341f
commit
9fe1847f60
@ -60,7 +60,7 @@ class LineHandler(context: AppCompatActivity, mapView: NIMapView) : BaseHandler(
|
|||||||
.fillColor(context.resources.getColor(R.color.draw_line_red_color))
|
.fillColor(context.resources.getColor(R.color.draw_line_red_color))
|
||||||
.fillAlpha(0.5f)
|
.fillAlpha(0.5f)
|
||||||
.strokeColor(context.resources.getColor(R.color.draw_line_red_color))
|
.strokeColor(context.resources.getColor(R.color.draw_line_red_color))
|
||||||
.strokeWidth(2f)
|
.strokeWidth(3f)
|
||||||
.fixed(true).build()
|
.fixed(true).build()
|
||||||
)
|
)
|
||||||
addLayer(layer, NIMapView.LAYER_GROUPS.VECTOR)
|
addLayer(layer, NIMapView.LAYER_GROUPS.VECTOR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user