«android-maps-v2» 태그된 질문

11
GoogleService를 초기화하지 못했습니다.
내 Android 애플리케이션에서 Google지도를 사용하고 있습니다. 키를 생성하고 매니페스트 파일에 필요한 권한을 추가했습니다. 하지만 곧 응용 프로그램을 시작하면 디버거에서이 메시지가 나타납니다. GoogleService를 초기화하지 못했습니다. 상태 : 10, 예상 리소스가 없습니다. Google 서비스를 초기화하기위한 'R.string.google_app_id'. 가능한 원인은 google-services.json 또는 com.google.gms.google-services gradle 플러그인이 누락 된 것입니다. 나는 무엇이 잘못되었는지 잘 모르겠습니다. 지도가 …

17
Google Maps API의 "내 위치"버튼 위치 변경
Google Maps Android API v2를 사용하고 있으며 "내 위치"버튼의 위치를 ​​확인하는 방법이 필요합니다. 다음과 같은 "내 위치"버튼이 나타납니다. GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext()); final GoogleMap map = ((SupportMapFragment) getSupportFragmentManager() .findFragmentById(R.id.map)).getMap(); // This gets the button map.setMyLocationEnabled(true);
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.