Uses of Class
com.arubanetworks.meridian.maps.Transaction.Builder
Packages that use Transaction.Builder
-
Uses of Transaction.Builder in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps that return Transaction.BuilderModifier and TypeMethodDescriptionAdd a Marker to this Transaction.Transaction.Builder.addMarkers
(Collection<Marker> markers) Add a Collection of Markers to this Transaction.Transaction.Builder.setAnimated
(boolean animated) Set if the Transaction is animated or not.Transaction.Builder.setAnimationDuration
(long duration) Set the duration of teh Transactions animation in milliseconds.Transaction.Builder.setListener
(Transaction.Listener listener) Set the Listener for this Transaction.Transaction.Builder.setType
(Transaction.Type type) Set the Type of this Transaction.