我正在建設程序,顯示許多人的位置。我如何設置中心以顯示所有位置?谷歌地圖設置中心
這是我的代碼,但我需要縮小看其他位置
gMaps = new GoogleMaps();
map = gMaps.createMap(getWidth(), getHeight(), GoogleStaticMap.FORMAT_PNG);
map.setHandler(this);
map.setCenter(new GoogleMapsCoordinates(24.71167 ,46.72417));
您是使用MidMaps庫還是什麼? – duncan