Package 

Class GroundOverlayKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit GroundOverlay(GroundOverlayPosition position, BitmapDescriptor image, Offset anchor, Float bearing, Boolean clickable, Object tag, Float transparency, Boolean visible, Float zIndex, Function1<GroundOverlay, Unit> onClick) A composable for a ground overlay on the map.
      • Methods inherited from class java.lang.Object

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

      • GroundOverlay

        @Composable() final static Unit GroundOverlay(GroundOverlayPosition position, BitmapDescriptor image, Offset anchor, Float bearing, Boolean clickable, Object tag, Float transparency, Boolean visible, Float zIndex, Function1<GroundOverlay, Unit> onClick)

        A composable for a ground overlay on the map.

        Parameters:
        position - the position of the ground overlay
        image - the image of the ground overlay
        anchor - the anchor of the ground overlay
        bearing - the bearing of the ground overlay in degrees clockwise from north
        clickable - boolean indicating if the ground overlay is clickable or not
        tag - optional tag to associate with the ground overlay
        transparency - the transparency of the ground overlay
        visible - the visibility of the ground overlay
        zIndex - the z-index of the ground overlay
        onClick - a lambda invoked when the ground overlay is clicked