public static interface

GoogleMap.OnMyLocationChangeListener

com.google.android.gms.maps.GoogleMap.OnMyLocationChangeListener

Class Overview

Callback interface for when the My Location dot/chevron (which signifies the user's location) changes location.

Summary

Public Methods
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.