com.google.android.gms.maps.GoogleMap.OnMyLocationClickListener |
Callback interface for when the My Location dot (which signifies the user's location) is clicked.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the My Location dot is clicked.
|
Called when the My Location dot is clicked.
This is called on the Android UI thread.
Parameters | |
---|---|
location |
Location : The current location of the My Location dot.
|