Essa interface foi descontinuada. Use com.google.android.gms.location.FusedLocationProviderApi.
FusedLocationProviderApi fornece localização aprimorada de localização e uso de energia e é usado pelo ponto azul "Meu local". Consulte o tutorial
Selecionar lugar atual, que usa a FusedLocationProviderApi, ou o guia para desenvolvedores de locais.
Interface de retorno de chamada para quando o ponto/chevron "Meu local" (que significa a localização do usuário) muda de local.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-04-26 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"]]