새로운 지도 스타일이 곧 Google Maps Platform에 제공될 예정입니다. 이 지도 스타일 지정 업데이트에는 새로운 기본 색상 팔레트와 지도 환경 및 사용성 개선사항이 포함됩니다. 모든 지도 스타일이 2025년 3월에 자동으로 업데이트됩니다. 사용 가능 여부 및 더 일찍 선택하는 방법에 대한 자세한 내용은 Google Maps Platform용 새로운 지도 스타일을 참고하세요.
이 인터페이스는 지원 중단되었습니다. 대신 com.google.android.gms.location.FusedLocationProviderApi를 사용하세요.
FusedLocationProviderApi는 향상된 위치 찾기와 전력 사용량을 제공하며 '내 위치' 파란색 점에서 사용합니다. FusedLocationProviderApi를 사용하는
현재 장소 선택 튜토리얼 또는 위치 개발자 가이드를 참고하세요.
내 위치 점/셰브론 (사용자의 위치를 나타냄)이 위치를 변경할 때의 콜백 인터페이스입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-13(UTC)"],[[["`GoogleMap.OnMyLocationChangeListener` is deprecated and developers should use `FusedLocationProviderApi` instead for better location services and power efficiency."],["`FusedLocationProviderApi` is utilized by the \"My Location\" blue dot and offers enhanced location finding capabilities."],["`GoogleMap.OnMyLocationChangeListener` provided a callback for changes in the My Location dot's position (latitude/longitude, bearing, accuracy)."],["Developers can refer to the Select Current Place tutorial and Location Developer Guide for guidance on implementing `FusedLocationProviderApi`."]]],["The `GoogleMap.OnMyLocationChangeListener` interface is deprecated in favor of `FusedLocationProviderApi`. This interface was a callback for changes in the user's location, represented by the \"My Location\" dot. Its primary function was the `onMyLocationChange(Location location)` method, triggered when the dot's location (latitude, longitude, bearing, or accuracy) changed. The method provides the new `Location` of the dot as a parameter. `FusedLocationProviderApi` is advised for improved location services.\n"]]