[8.1.0][opt]解决合并后的冲突
This commit is contained in:
@@ -247,6 +247,10 @@ class AMapWrapper(map: MapAutoViewHelper?, mapView: MapAutoView, controller: IMo
|
||||
return mAMap?.switchData(x, y, isWgs84)
|
||||
}
|
||||
|
||||
override fun convertAngle(angle: Double, lon: Double, lat: Double): Double {
|
||||
return MapTools.convertAngle(angle, lon, lat)
|
||||
}
|
||||
|
||||
override fun toScreenLocations(data: List<LonLatPoint>): List<android.graphics.Point> {
|
||||
return MapTools.toScreenLocations(data, mMapView.getMapController())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user