[6.5.0]fix bug of rombie and wait to replace iconres , and add func of identify remove when 1000 delay has no data , plus trace log and bug ,which has java contain the pb

This commit is contained in:
EmArrow
2024-07-09 20:03:28 +08:00
parent 647fd8aa46
commit 03ca894088
16 changed files with 146 additions and 68 deletions

View File

@@ -77,7 +77,7 @@ class AMapWrapper(map: MapAutoViewHelper?, mapView: MapAutoView, controller: IMo
val marker = Marker(markerOptions,mMapView.getMapController(),
mMapView.getMapController()?.getMarkerCall()
)
marker.setDisplayAnimEnable(true)
marker.setDisplayAnimEnable(options.displayAnim)
marker.setAnimResource(options.animRes)
marker.setAnimScale(options.animScale)
}