[2.15.0]新增清除高德地图V2X事件Marker的接口
This commit is contained in:
@@ -466,7 +466,7 @@ class OverMapView @JvmOverloads constructor(
|
||||
return bitmap
|
||||
}
|
||||
|
||||
private fun clearV2XMarkers() {
|
||||
fun clearV2XMarkers() {
|
||||
if (currMarkerList != null) {
|
||||
for (marker in currMarkerList!!) {
|
||||
marker.destroy()
|
||||
|
||||
Reference in New Issue
Block a user