RoutablePoint

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

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

Constructors

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

Functions

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

Properties

Link copied to clipboard

Entry name.

Link copied to clipboard
val point: Point

Entry coordinates.