我想使用map.setMyLocationEnabled(true)
在Google MAP中顯示我當前的位置。
當我運行該應用程序時,它會始終顯示錯誤的位置,前1到2分鐘...然後它會轉到我目前的位置。
每次打開應用程序時都會發生這種情況。我希望Google MAP在我開始申請時顯示我的當前位置。Android Google MAP V2 map.setMyLocationEnabled(true)
map = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map)).getMap();
map.setMyLocationEnabled(true);
發佈您的代碼,你已經實現。 – Piyush