OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
138 stars 91 forks source link

Animation enhancement #232

Closed rodionsh closed 9 years ago

rodionsh commented 9 years ago

SetMapView was calling NotifyMovement 3 times through property setters and once by itself. This changes makes the animation more fluid

xivk commented 9 years ago

Thanks!