| java.lang.Object | |
| ↳ | com.carto.ui.MapInteractionInfo |
A container class that provides information about a map interaction performed from UI.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized void | delete() | ||||||||||
| boolean |
equals(Object obj)
Checks if this object is equal to the specified object.
| ||||||||||
| int |
hashCode()
Returns the hash value of this object.
| ||||||||||
| boolean |
isPanAction()
Returns true if the interaction included a map pan action.
| ||||||||||
| boolean |
isRotateAction()
Returns true if the interaction included a rotate action.
| ||||||||||
| boolean |
isTiltAction()
Returns true if the interaction included a tilt action.
| ||||||||||
| boolean |
isZoomAction()
Returns true if the interaction included a zoom action.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Checks if this object is equal to the specified object.
| obj | The reference object. |
|---|
Returns the hash value of this object.
Returns true if the interaction included a map pan action.
Returns true if the interaction included a rotate action.
Returns true if the interaction included a tilt action.
Returns true if the interaction included a zoom action.