Waypoint

class Waypoint

Wrapper for EngineWaypoint, representing a navigation anchor point in the routing system.

Types

Link copied to clipboard
class Builder

Builder for constructing a Waypoint using a fluent API.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the building this waypoint is located in, or -1 if not applicable.

Link copied to clipboard

Entity zones associated with this waypoint (if applicable).

Link copied to clipboard
val locations: List<MercatorZone>

The spatial locations that define this waypoint.

Link copied to clipboard

The display name of this waypoint.

Link copied to clipboard

The ID of the property this waypoint belongs to.

Functions

Link copied to clipboard
fun getCoreEngine(): Waypoint

Returns the underlying native EngineWaypoint object.

Link copied to clipboard
fun getCpp(): Waypoint
Link copied to clipboard
fun getEngine(): Waypoint
Link copied to clipboard
open override fun toString(): String