I am working on a shipment system and in order to calculate the charge for a shipment I need to know if the driver whas in a toll road during the job so I can add the charge to the shipment.
I get the location of the driver all the time from an android/ios app he is using.
My question is:
Is there a way to send a location (latitude & longitude) to google maps api and get back an answere if the location is on a toll road.
Thank you