Reputation: 41
I am trying to figure out how to get a MKMapView
to scroll horizontally endlessly (as if spinning a globe) as per the Maps application in the iPhone. Is there a setting within MapKit? or would I have to setup two MKMapViews
side by side?
Any advice or information is greatly appreciated.
I have tried searching on this forums but it seems this question has not been asked before. Please do correct me if I am wrong.
Regards.
Leon
Upvotes: 1
Views: 366
Reputation: 11452
This is not possible in MapKit. If you want this I suggest filing a feature request for this.
If you want this in iOS I suggest using the new Google Maps iOS SDK available here.
UPDATE - This is now possible in iOS7 and later natively
Upvotes: 1