Class Transaction

java.lang.Object
com.arubanetworks.meridian.maps.Transaction

public class Transaction extends Object
A class to manage a group of markers while they are being added to the MapView.

It should be created through the associated Builder.

  • Method Details

    • getId

      public long getId()
      Get the identifier of this Transaction.
    • getListener

      public Transaction.Listener getListener()
      Get the set listener for this transaction.
    • isAnimated

      public boolean isAnimated()
      Returns:
      True if the Transaction is animated.
    • getAnimationDuration

      public long getAnimationDuration()
      Get the duration of this Transactions animation.
    • getType

      public Transaction.Type getType()
      Get the Type of this Transaction.
    • getMarkers

      public Marker[] getMarkers()
      Get the markers added to this Transaction.