Package 

Class MarkerState


  • 
    public final class MarkerState
    
                        

    A state object that can be hoisted to control and observe the marker state.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class MarkerState.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      MarkerState(LatLng position)
    • Method Summary

      Modifier and Type Method Description
      final LatLng getPosition() Current position of the marker.
      final Unit setPosition(LatLng position) Current position of the marker.
      final DragState getDragState() Current DragState of the marker.
      final Unit setDragState(DragState dragState)
      final Unit showInfoWindow() Shows the info window for the underlying marker
      final Unit hideInfoWindow() Hides the info window for the underlying marker
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait