Package com.arubanetworks.meridian.maps
Class Transaction
java.lang.Object
com.arubanetworks.meridian.maps.Transaction
A class to manage a group of markers while they are being added to the MapView.
It should be created through the associated Builder.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A Builder fro creating Transactions.static interface
An interface for receiving events from a committed Transaction.static enum
The Type of actions a transaction can perform. -
Method Summary
-
Method Details
-
getId
public long getId()Get the identifier of this Transaction. -
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
Get the Type of this Transaction. -
getMarkers
Get the markers added to this Transaction.
-