I have two points in my MapView. I Want select zoom level in MapController, that both points would be visible in Map. How I can resolve this?
I find this question Android (MapView): How to set Zoom level of 4 miles in the mapview?
But it doesn’t resolve my problem.
You can use com.google.android.maps.MapController.zoomToSpan for this kind of purpose.