I wonder if anybody has implemented interactive maps with SC + Google API ?
I would like to know if it is possible to track device location (in real time) on the SC generated page (App) using MAPS ?
Arthur
I wonder if anybody has implemented interactive maps with SC + Google API ?
I would like to know if it is possible to track device location (in real time) on the SC generated page (App) using MAPS ?
Arthur
You would need to make your own code I think. navigator.geolocation is a HTML 5 thingy…
You could thus of course make a javascript that grab it evervy 5 seconds or so… That would at least be half of the solution…