Procedure to return the route calculation between coordinates through the GoogleMaps API

0

I need to create all the business rules of a system within the database and allow other applications for the purpose of being just a graphical user interface to freely use all the functions available in the database through stored procedures.

Among them, I need to create a procedure that, given starting coordinates and destination coordinates, it accesses GOOGLEMAPS and RETURNS the distance in ROUTE (not in a straight line).

Is it possible?

    
asked by anonymous 05.04.2016 / 14:35

0 answers