com.google.android.gms.maps.GoogleMap.OnPoiClickListener |
A listener for POI taps.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when a POI is clicked or tapped.
|
Called when a POI is clicked or tapped.
This is called on the Android UI thread.
Parameters | |
---|---|
poi |
PointOfInterest :
The point of interest that was clicked or tapped.
|