Replay Mode for Google Map -
Is there a "replay mode" for Google Maps? That is, I want to see: 1) Marker, 2) If there are multiple markers, then show them in the order of time, based on some criteria, 3) If possible control play back speed
Thanks
I have never heard about it. It will not be difficult to roll in javascript. You can set a timer (setTimeout ) And repeat through the marker in a loop while controlling the speed Add markers as you (or show only).
Comments
Post a Comment