Routing class for finding routes on a network of LineStrings. The LineString network must have coordinates that are shared between the LineStrings in order to find a route.
Optional
Return the closest network coordinate to the input coordinate
The coordinate to find the closest network coordinate to
a coordinate on the network or null if no coordinate is found
Get the route between two coordinates returned as a GeoJSON LineString
start coordinate
end coordinate
The route as a GeoJSON LineString
Routing class for finding routes on a network of LineStrings. The LineString network must have coordinates that are shared between the LineStrings in order to find a route.