GoogleMap.OnMyLocationChangeListener
Stay organized with collections
Save and categorize content based on your preferences.
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.
Public Method Summary
abstract void |
onMyLocationChange( Location
location)
Called when the location of the My Location dot has changed (be it
latitude/longitude, bearing or accuracy).
|
Public Methods
public abstract void onMyLocationChange (Location
location)
Called when the location of the My Location dot has changed (be it
latitude/longitude, bearing or accuracy).
Parameters
location |
The current location of the My Location dot. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["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 2024-10-31 UTC."],[[["`GoogleMap.OnMyLocationChangeListener` is deprecated and developers should use `com.google.android.gms.location.FusedLocationProviderApi` instead for better location services and power management."],["This interface provided a callback mechanism to track changes in the user's location, indicated by the \"My Location\" dot or chevron on the map."],["The `onMyLocationChange` method was called whenever the location of the \"My Location\" dot changed, providing the updated location details."]]],[]]