2010-03-01 3 views

Répondre

10

Quelque chose comme ceci:

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

Ou peut-être vous avez un MapActivity? Dans ce cas, l'idée est la même, mais vous obtiendrez le MapView différemment.

Questions connexes