I’m using google overlays to draw my walking route in real time, I have a web service obtaining my gps coordinate and trying to draw in realtime the line. At the moment i’m refreshing every 10 seconds…
I would like to know if it is possible to asynchronous refresh the map everytime i obtain a new position ?
best regards
Yes, check out https://developers.google.com/maps/documentation/javascript/reference#PolylineOptions.
Path: