Google Map Route

I have a MYSQL table tblgpsdata.This table records gps Latitude and Longitude values automatically date and time wise through gps tracking device. i want to create a small application which will select date range and the show the route on google map using coordinates from tblgpsdata table and if also will allow to play/pause/forward/rewind the route by clicking the buttons. Is this possible using SC? Any other information that may help is also welcome.

If it can be done solely in php you can use a control or blank app. But don’t expect Scriptcase yo do anything fancy

My 2 cents

Google api reference
https://developers.google.com/maps/articles/phpsqlajax_v3#putting-it-all-together

Kevin

I have moved away from google maps to mapbox (https://www.mapbox.com/) its worth a look (Strava uses it)

AS Kdriscoll mentioned, you can do it with a blank app and calling javascript using google api.