RoutingResult

data class RoutingResult(val path: Path, val duration: Duration)(source)

A routing result that contains the best path and duration taken to find the path.

Since

1.0.0

Parameters

path

the path.

duration

the duration.

See also

Constructors

Link copied to clipboard
constructor(path: Path, duration: Duration)

Properties

Link copied to clipboard
Link copied to clipboard
val path: Path