public static interface MapboxMap.InfoWindowAdapter
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
getInfoWindow(Marker marker)
Called when an info window will be shown as a result of a marker click.
|
android.view.View getInfoWindow(Marker marker)
marker - The marker the user clicked on.