Stay organized with collections
Save and categorize content based on your preferences.
public static interface
GoogleMap.OnMyLocationChangeListener
This interface is deprecated. Use com.google.android.gms.location.FusedLocationProviderApi instead.
FusedLocationProviderApi provides improved location finding and power usage and is used by
the "My Location" blue dot. See the
Select Current Place tutorial, which uses the FusedLocationProviderApi, or the Location
Developer Guide.
Callback interface for when the My Location dot/chevron (which signifies the user's location)
changes location.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-12 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"]]