Open andreddosantos opened 4 years ago
Hello, nice to see, that there is interest even at this early stage. Great motivation to go on with more interfaces and provide docs and tests. This has been an initial starting point to show general applicability. We are currently working on a project, that includes that plugin. As soon as focus will be back at providing graphopper as a routing engine, development on this plugin will continue.
Probably a minimal working example will be provided that resembles the demo project provided by graphhopper but as a Cordova App.
Any contribution will be appreciated.
Kind regards
Hello, great job with the plugin. Is it possible to provide more documentation?
For example you have 2 functions available to be invoked:
loadMap(mapArea, successCallback); When loading maps with "loadMap" in which format should we provide the mapArea?
route(routeOptions, successCallback); When routing with "route" what are the routeOptions? And what is the return value of the route function?
Regards.