2012-05-02 26 views

回答

0

能夠繪製地圖到該位置使用代碼:

mapController = mapView.getController(); 
mgeoPoint = new GeoPoint((int) (lat * 1E6), (int) (lng * 1E6)); 
mapController.animateTo(mgeoPoint); 
0

只需使用mapController的animateTo(GeoPoint的my_current_geo_point)方法

相關問題