Using java Syntax Highlighting
- mapView.mapView.setBuiltInZoomControls(true);
- mapView.displayZoomControls(true);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
now i use the code above to control the map.
i want to handle the event when user zoom in or zoom out the map by the controls provided.
how can i get the event, then i will get the mapCenter and the latitudeSpan and longitudeSpan.?

