public static interface

GoogleMap.OnPoiClickListener

com.google.android.gms.maps.GoogleMap.OnPoiClickListener

Class Overview

A listener for POI taps.

Summary

Public Methods
abstract void onPoiClick(PointOfInterest poi)
Called when a POI is clicked or tapped.

Public Methods

public abstract void onPoiClick (PointOfInterest poi)

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.