ProxyCity

open class ProxyCity : ProxyObject<T>

Represents the class implementation for city object of ProxyObject

Functions

Link copied to clipboard
open fun create(@NonNull position: GeoCoordinates, handle: Array<Byte>): ProxyCityData.Builder
open fun create(    latitude: Double,     longitude: Double,     handle: Array<Byte>): ProxyCityData.Builder
Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: 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
open fun getPosition(): GeoCoordinates
Returns the position of selected view object.
Link copied to clipboard
open fun getProxyObjectType(): Int
Returns the type of proxy object.
Link copied to clipboard
open fun getZIndex(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isValidParcelable(): Boolean
If object after recreate from parcel contains all of reference like original object method return true.
Link copied to clipboard
open fun setId(id: Int)
For internal use only.
Link copied to clipboard
open fun setZIndex(ZIndex: Int)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)

open fun writeToParcel(dest: Parcel, flags: Int)
For documentation, see android.os.Parcelable.

Properties

Link copied to clipboard
val CREATOR: Parcelable.Creator<ProxyCity>