MapPlaceIdData

class MapPlaceIdData(val placeId: Int) : ViewObjectData

Constructors

Link copied to clipboard
fun MapPlaceIdData(placeId: Int)

Functions

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

Properties

Link copied to clipboard
val placeId: Int