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.
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 2025-04-14 UTC.
[null,null,["Last updated 2025-04-14 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"]]