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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to