2013-07-15 28 views

回答

1

ZoomToSpan似乎沒有Osmdroid是工作使用下面的代碼可能是它會幫助你。

mapControl = mapView.getController(); 
     mapControl.setZoom(15); 
     mapControl.setCenter(new GeoPoint((maxLatitude + minLatitude)/2, 
       (maxLongitude + minLongitude)/2)); 
相關問題