ViewObject

Represent the base class implementation for all objects that are selectable from a com.sygic.sdk.map.MapView

Inheritors

Types

Link copied to clipboard
annotation class ObjectType

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun equalsWithId(object: Any): Boolean
Link copied to clipboard
open fun getData(): T
Get data associated with this viewObject.
Link copied to clipboard
open fun getId(): Int
Link copied to clipboard
open fun getObjectType(): Int
Returns the type of view object.
Link copied to clipboard
Returns the position of selected view object.
Link copied to clipboard
open fun getZIndex(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
If object after recreate from parcel contains all of reference like original object method return true.
Link copied to clipboard
For internal use only.
Link copied to clipboard
open fun setZIndex(ZIndex: Int)
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)
For documentation, see android.os.Parcelable.