After creating an application on Google Maps that displays a preview of GPS tracking by animating the GPS co-ordinates within the map, I encountered an issue. The animation speed slider in my application, which is supposed to adjust the speed of the animation upon sliding, is not functioning properly.
Does anyone have a solution for this problem?
Below is my code along with a Plunker link:
<div style="width: 880px;">
200 <slider style="width:400px;" floor="200" ceiling="1000" step="1" ng-model="speedSlider"></slider>{{speedSlider}}
<div id="map" style="width: 880px; height: 500px; float: left;"></div>
</div>