MapPlaceIdData

class MapPlaceIdData(placeId: Int) : ViewObjectData

Functions

describeContents
Link copied to clipboard
open override fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getPayload
Link copied to clipboard
open fun getPayload(): Parcelable
getPosition
Link copied to clipboard
open fun getPosition(): GeoCoordinates
getScreenPosition
Link copied to clipboard
open fun getScreenPosition(): ViewObjectData.Point
hashCode
Link copied to clipboard
open override fun hashCode(): Int
setPayload
Link copied to clipboard
open fun setPayload(@NonNull payload: Parcelable)
writeToParcel
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)

Properties

placeId
Link copied to clipboard
val placeId: Int