Stay organized with collections
Save and categorize content based on your preferences.
public static interface
GoogleMap.OnMyLocationChangeListener
This interface is deprecated. use RoadSnappedLocationProvider or
com.google.android.gms.location.FusedLocationProviderApi instead, depending on your needs.
FusedLocationProviderApi provides improved location finding and power usage over raw GPS.
RoadSnappedLocationProvider further aligns locations to the road network.
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-01-09 UTC."],[[["`GoogleMap.OnMyLocationChangeListener` is deprecated and should no longer be used for location updates."],["Developers should utilize `RoadSnappedLocationProvider` for road-aligned locations or `FusedLocationProviderApi` for general location data, as they offer better performance and efficiency."],["This interface previously provided a callback mechanism through the `onMyLocationChange` method, triggered whenever the user's location (My Location dot) changed."]]],[]]