Continuous zoom in MKMapView
Continuous zoom in MKMapView
- Subject: Continuous zoom in MKMapView
- From: Miguel Arroz <email@hidden>
- Date: Mon, 5 Jul 2010 02:47:54 +0100
Hello,
I'm trying to control a map view programmatically, and I need to zoom in and out with high accuracy (like when the user pinches it for zomming, the map may display an arbitrary level of zoom when the user stops touching the view).
However, when I do it programmatically, with setRegion:animated: or setVisibleMapRect:animated:, the behavior is different than what I expect. It appears that the map view has some predefined zoom levels, and it will massage the region or rect I pass to those calls and adjust it to the nearest approximation for those predefined zoom levels. This prevents me from setting an arbitrary zoom level, or making a continuous zooming effect.
Is there any way to tell the map view I want that specific region or rect, and not the approximation?
Miguel Arroz
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden