RouteFerryNotice

Notices are additional information returned that indicate issues that occurred during route calculation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Code corresponding to the issue.

Link copied to clipboard

Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.

Functions

Link copied to clipboard
inline fun copy(block: RouteFerryNotice.Builder.() -> Unit = {}): RouteFerryNotice
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