Routing Service
interface RoutingService<P : Position<P>, O : RoutingServiceOptions<O>> : Serializable
Content copied to clipboard
A service capable to generate routes into an environment. Parametric on the Position type P and the supported RoutingServiceOptions.
Functions
Link copied to clipboard
Retrieves (if available) the valid point closest to position, using the default options.
Link copied to clipboard
Creates a set of options from the provided string.
Link copied to clipboard