View Full Version : MKMapView : infinite loop
namanhams
Sep 14, 2011, 09:27 AM
I want to make the MKMapView to move circularly. When the user moves to the border of the map, it wont stop there. It is as if the map was repeated.
Is it possible ?
Thanks.
ianray
Sep 14, 2011, 11:32 AM
I want to make the MKMapView to move circularly. When the user moves to the border of the map, it wont stop there. It is as if the map was repeated.
Is it possible ?
Thanks.
Not directly possible -- but might be achievable by displaying two (or more, in case of horizontal and vertical scrolling) MKMapViews simultaneously when an edge is reached.
That implies building your own view and scroll logic, and to be honest I would be surprised if it is possible to make it work seamlessly.
You might have better luck doing this with a custom set of map tiles.
Just my 2¢. Sounds like an interesting project -- good luck :)
vBulletin® v3.8.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.