route

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

Computes a Route a P another.


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

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