17
Google Maps API'nin "Konumum" düğmesinin konumunu değiştirin
Google Haritalar Android API v2'yi kullanıyorum ve "Konumum" düğmesinin konumunu tesadüfen bulmanın bir yolunu bulmalıyım. "Konumum" düğmesini şu şekilde alıyorum: GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext()); final GoogleMap map = ((SupportMapFragment) getSupportFragmentManager() .findFragmentById(R.id.map)).getMap(); // This gets the button map.setMyLocationEnabled(true);