public abstract class ViewObject
extends java.lang.Object
Selectable objects are featured on these views:
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewObject.Type
Represents values describing various types of selectable view objects.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ViewObject(com.nokia.maps.ViewObjectImpl impl)
Protected constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ViewObject.Type |
getBaseType()
Returns the real implementation type of the
ViewObject. |
int |
hashCode() |
protected ViewObject(com.nokia.maps.ViewObjectImpl impl)
impl - The impl object to be constructed of.public ViewObject.Type getBaseType()
ViewObject.ViewObject.Type ViewObjectType, either a
USER_OBJECT or a
PROXY_OBJECT.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object