17
Alterar a posição do botão “Meu local” da API do Google Maps
Estou usando a API Android do Google Maps v2 e preciso encontrar uma maneira de alterar a posição do botão "Meu local". Eu recebo o botão "Meu local" assim: GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext()); final GoogleMap map = ((SupportMapFragment) getSupportFragmentManager() .findFragmentById(R.id.map)).getMap(); // This gets the button map.setMyLocationEnabled(true);