com.ls.widgets.map.events
Class ObjectTouchEvent
java.lang.Object
com.ls.widgets.map.events.ObjectTouchEvent
public class ObjectTouchEvent
- extends java.lang.Object
Object touch event occurs when user touches the map object.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectTouchEvent
public ObjectTouchEvent(java.lang.Object id,
long layerId)
getObjectId
public java.lang.Object getObjectId()
- Returns:
- Returns the ID of the map object.
setObjectId
public void setObjectId(java.lang.Object objectId)
getLayerId
public long getLayerId()
- Returns:
- Returns the ID of the layer where map object is located.
setLayerId
public void setLayerId(int layerId)