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