Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instance method of the class MKMapView doesn't work when animated is set to "YES" #27

Open
valikb opened this issue Jan 15, 2013 · 2 comments

Comments

@valikb
Copy link

valikb commented Jan 15, 2013

Hi,

I found a bug in the instance method of the MKMapView class:

  • (void)setRegion:(MKCoordinateRegion)region animated:(BOOL)animated

It doesn't work when animated is set to "YES":
[mapView setRegion:coordinateRegion animated:YES];

Has anyone seen this before? It works fine when selected "NO":
[mapView setRegion:coordinateRegion animated:NO]

Is there any way to enable zoom with animation? Can it be fixed please?

Cheers,
Valik

@jeffsawatzky
Copy link

This appears to be a duplicate of issue #10. As for the zoom, have a look at pull requests that either craigbeck (issue #23) or I (issue #30) submitted. Both contain code that allows you to zoom.

@freedomcandy
Copy link

MKCoordinateSpan need same latitudeDelta and longitudeDelta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants