[GIS] Truck Routing in Google Maps

google mapsmapssoftware-recommendations

I know that Google Maps does not have a truck routing feature , ie, changing the route if a low bridge is detected.

Is there a way I can implement this in Google Maps using a 3rd party API?

If yes, then which APIs are supported and preferable.

Best Answer

Take a look at OpenRouteService.org. This OSM-based routing engine has a heavy vehicle profile, where you can specify dimension limitations (e.g., length, width, height, weight) or load characteristics (e.g., hazardous materials) of a heavy vehicle. The API is described on the wiki.