增加10S自动定位及指北模式

This commit is contained in:
qiji4215
2023-09-12 17:18:01 +08:00
parent 3caaa57e20
commit f40f1a1881
10 changed files with 130 additions and 48 deletions

View File

@@ -28,7 +28,7 @@ class LineHandler(context: AppCompatActivity, mapView: NIMapView) : BaseHandler(
//高亮线绘制线 样式
val defaultLineStyle = Style.builder()
.stippleColor(context.resources.getColor(R.color.draw_line_blue2_color))
.strokeWidth(10f)
.strokeWidth(5f)
.fillColor(context.resources.getColor(R.color.teal_200))
.fillAlpha(0.5f)
.strokeColor(context.resources.getColor(R.color.teal_200))