getInfoWindow

abstract fun getInfoWindow(@NonNull marker: Marker): View

Called when an info window will be shown as a result of a marker click.

Return

View to be shown as a info window. If null is returned the default info window will be shown.

Parameters

marker

The marker the user clicked on.