RoutablePoint

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

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

Constructors

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

Properties

Link copied to clipboard

Entry name.

Link copied to clipboard

Entry coordinates.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String