我試着放置一個標記上我是位置,這樣一來:谷歌地圖V2的Android獲取當前位置
googleMap = ((MapFragment) getFragmentManager().findFragmentById(R.id.map_container)).getMap();
googleMap.setMyLocationEnabled(true);
我的問題是,如何從myLocation座標,我試過了,googleMap.getMyLocation( ).getLatitude()和googleMap.getMyLocation()。getAltitude()緊跟在googleMap.setMyLocationEnabled(true)之後,但是應用程序崩潰,我做的另一件事是Location loc = lm.getLastKnownLocation(provider),但不是相同的座標和標記放置在錯誤的地方。
你怎麼能幫助我?
你檢查了答案嗎? – ManishSB 2015-08-04 10:25:24