Android Google Map's setOnMyLocationChangeListener method is now deprecated. Does anyone know how to go around it? Thanks.
setOnMyLocationChangeListener
method is now.Deprecated
You can use com.google.android.gms.location.FusedLocationProviderApi
instead.
FusedLocationProviderApi which is the latest API and the best among the available possibilities to get location in Android.