Navigation SDK is currently available only to select customers. Contact sales to learn more.

GoogleMap.OnGroundOverlayClickListener

public static interface GoogleMap.OnGroundOverlayClickListener

Callback interface for when a ground overlay is clicked.

Public Method Summary

abstract void
onGroundOverlayClick(GroundOverlay groundOverlay)
Called when a ground overlay is clicked.

Public Methods

public abstract void onGroundOverlayClick (GroundOverlay groundOverlay)

Called when a ground overlay is clicked.

This is called on the Android UI thread.

Parameters
groundOverlay The ground overlay that is clicked.