Package 

Class TileOverlayKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit TileOverlay(TileProvider tileProvider, Boolean fadeIn, Float transparency, Boolean visible, Float zIndex, Function1<TileOverlay, Unit> onClick) A composable for a tile overlay on the map.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • TileOverlay

        @Composable() final static Unit TileOverlay(TileProvider tileProvider, Boolean fadeIn, Float transparency, Boolean visible, Float zIndex, Function1<TileOverlay, Unit> onClick)

        A composable for a tile overlay on the map.

        Parameters:
        tileProvider - the tile provider to use for this tile overlay
        fadeIn - boolean indicating whether the tiles should fade in
        transparency - the transparency of the tile overlay
        visible - the visibility of the tile overlay
        zIndex - the z-index of the tile overlay
        onClick - a lambda invoked when the tile overlay is clicked