Hello,
This is my first time posting here. I've just recently started working with Wialon, and it is a great system. I was checking out the Google Maps integration, and there are a few things missing in the Wialon routing module, that are already provided by the Google Maps API.
Here is a link to the API reference: https://developers.google.com/maps/docu … onsRequest
There are a few properties on the DirectionsRequest object used in the route method in the API. The avoidHighways property is already used inside Wialon, but the rest of the properties are also very useful. A couple of very important ones are the avoidTolls and the avoidFerries, which are very important for our clients, because they reduce costs.
Also, at the moment optimizing of point order is only possible through Gurtam Maps, but this feature is also available through the Google Maps API, using the property optimizeWaypoints.
If the first two (avoidTolls & avoidFerries) could be implemented, it would be wonderful, since these are the most important and are used constantly when our customers want to reduce costs.
Thank you.