I have created an application in Google-map which shows a preview of GPS tracking. The preview will be the GPS co-ordinates drawn within the Google-map like an animation.
The application is working fine but the Issue is that , I am having a animation speed increase and decrease slider which will increase and decrease the animation speed upon sliding which is not working properly in my application.
Can anyone please tell me some solution for this
My code is as given below with a Plunker
<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>