RoutablePoint

class RoutablePoint(point: Point, name: String) : Parcelable

Represents entry to the building, associated with original search result.

Constructors

RoutablePoint
Link copied to clipboard
fun RoutablePoint(point: Point, name: String)

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

name
Link copied to clipboard
val name: String
Entry name.
point
Link copied to clipboard
val point: Point
Entry coordinates.