2010-03-01 214 views

回答

10

事情是這樣的:

MaView mapView = (MapView)findViewById(R.id.my_map); 
MapController mapController = mapView.getController(); 
mapController.setZoom(14); // this isn't 11 miles. 

或者,也許你有一個MapActivity?在這種情況下,這個想法是一樣的,但你會得到不同的MapView

相關問題