public static interface DingiMap.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.
|
@Nullable android.view.View getInfoWindow(@NonNull Marker marker)
marker
- The marker the user clicked on.