public static interface

GoogleMap.OnInfoWindowLongClickListener

com.google.android.gms.maps.GoogleMap.OnInfoWindowLongClickListener

Class Overview

Callback interface for when the user long presses on a marker's info window.

Summary

Public Methods
abstract void onInfoWindowLongClick(Marker marker)
Called when the user makes a long-press gesture on the marker's info window.

Public Methods

public abstract void onInfoWindowLongClick (Marker marker)

Called when the user makes a long-press gesture on the marker's info window.

This is called on the Android UI thread.

Parameters
marker Marker: The marker to which the info window is anchored.