[8.1.2][feat]决策功能用动画实现
This commit is contained in:
@@ -80,4 +80,6 @@ interface IMogoMap {
|
||||
fun toScreenLocations(data: List<LonLatPoint>): List<android.graphics.Point>
|
||||
|
||||
fun toScreenLocation(lon: Double, lat: Double): android.graphics.Point?
|
||||
|
||||
fun isInCurrentFrame(lon: Double, lat: Double): Boolean
|
||||
}
|
||||
@@ -268,4 +268,8 @@ class AMapWrapper(map: MapAutoViewHelper?, mapView: MapAutoView, controller: IMo
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun isInCurrentFrame(lon: Double, lat: Double): Boolean {
|
||||
return mMapView.getMapController()?.isInCurrentFrame(lon, lat) ?: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user