Package 

Object MarkerState.Companion

    • Method Summary

      Modifier and Type Method Description
      final MarkerState invoke(LatLng position) Creates a new MarkerState object
      final Saver<MarkerState, LatLng> getSaver() The default saver implementation for MarkerStateThis cannot be used to preserve marker info window visibility across configuration changes.
      • Methods inherited from class java.lang.Object

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

      • invoke

        @StateFactoryMarker() final MarkerState invoke(LatLng position)

        Creates a new MarkerState object

        Parameters:
        position - the initial marker position
      • getSaver

         final Saver<MarkerState, LatLng> getSaver()

        The default saver implementation for MarkerState

        This cannot be used to preserve marker info window visibility across configuration changes.