route

open fun route(from: P, to: P): Route<P>(source)

Computes a Route a P another.


open fun route(from: P, to: P, options: String): Route<P>(source)
abstract fun route(from: P, to: P, options: O): Route<P>(source)

Computes a Route a P another, honoring the provided set of navigation options.