showInfoWindow

open fun showInfoWindow(@NonNull maplibreMap: MapLibreMap, @NonNull mapView: MapView): InfoWindow

Do not use this method, used internally by the SDK. Use selectMarker if you want to programmatically display the markers info window.

Return

The info window that was shown.

Parameters

maplibreMap

The hosting MapLibreMap.

mapView

The hosting map view.