OsmSharp / ui

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

Bounding Box not working properly #202

Closed erkinyldz closed 9 years ago

erkinyldz commented 9 years ago

var from = new GeoCoordinate (41.0017, 29.0381); var to = new GeoCoordinate (40.9781, 29.0145); var box = new GeoCoordinateBox (from, to); _mapView.MapBoundingBox = box;

This bounding box not working properly. It gets stuck everytime I scroll it to very left and don't let you scroll anymore. If you want the code here is the github link: https://github.com/erkinyldz/KadikoyMap

xivk commented 9 years ago

Duplicate of #55