public class

MapInteractionInfo

extends Object
java.lang.Object
   ↳ com.carto.ui.MapInteractionInfo

Class Overview

A container class that provides information about a map interaction performed from UI.

Summary

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

Public Methods

public synchronized void delete ()

public boolean equals (Object obj)

Checks if this object is equal to the specified object.

Parameters
obj The reference object.
Returns
  • True when objects are equal, false otherwise.

public int hashCode ()

Returns the hash value of this object.

Returns
  • The hash value of this object.

public boolean isPanAction ()

Returns true if the interaction included a map pan action.

Returns
  • True if the interaction included a map pan action.

public boolean isRotateAction ()

Returns true if the interaction included a rotate action.

Returns
  • True if the interaction included a rotate action.

public boolean isTiltAction ()

Returns true if the interaction included a tilt action.

Returns
  • True if the interaction included a tilt action.

public boolean isZoomAction ()

Returns true if the interaction included a zoom action.

Returns
  • True if the interaction included a zoom action.