
Gutenberg block
The route planner can calculate different values for car routes around the world, such as route length, driving time, fuel amount and cost.
Main use cases:
Other use cases are also possible. The plugin has many settings and can be adapted to other scenarios.
The plugin has two modes. These modes are switched on the plugin settings page.
By default, the plugin works in minimal mode:
Advanced mode:
Technically speaking, the plugin is a bridge to web service www.drivebestway.com, which uses OSM data for routing.
Unlike other similar plugins, Google Maps is not used here. The routing is performed with open source routers, such as OSRM and Graphhopper.
See a full list of credits.
The plugin is developed on the basis of HTML-widget, which options are documented on the developers’ site.