Animating geoObject example via ymaps 2.0
ymaps, route, geoObject animate
HTML
<script src="http://api-maps.yandex.ru/2.0/?load=package.full&mode=release&lang=ru-RU" type="text/javascript"></script>
<div id="map"></div>
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?sid=dRNM6tprGUSaMCb9eAbdoPbBTbqpFaLH&width=645&height=494&lang=ru_RU&sourceType=constructor&scroll=true"></script>
CSS
html, body, #map { width: 100%; height: 100%; }
body { margin: 0; padding: 0; }
.b-car { width: 54px; height: 54px; margin-left:-27px; margin-top:-27px; }
.b-car.b-car_blue { background: url(http://ymlib.narod.ru/1.1/src/i/cars-blue.png) no-repeat 0 0; }
.b-car.b-car-direction-e {background-position:-324px 0}
.b-car.b-car-direction-ne {background-position:-378px 0}
.b-car.b-car-direction-n {background-position:0 0}
.b-car.b-car-direction-nw {background-position:-54px 0}
.b-car.b-car-direction-w {background-position:-108px 0}
.b-car.b-car-direction-sw {background-position:-162px 0}
.b-car.b-car-direction-s {background-position:-216px 0}
.b-car.b-car-direction-se {background-position:-270px 0}