findWaypointWithId

open fun findWaypointWithId(waypointId: String): Waypoint

Iterates through buildings and floors until it finds a waypoint with the given ID.

Return

The waypoint that is found or null if one is not found for the given ID.

Parameters

waypointId

The waypoint ID to search for.