Tagged Questions

1
vote
1answer
350 views

MKCoordinateSpanMake: why specify longitude AND latitude delta?

If the distance corresponding to one degree of longitude is a function of latitude, why do you have to specify longitudeDelta and latitudeDelta when calling MKCoordinateSpanMake in the iOS MapKit? ...
1
vote
2answers
434 views

How to make the union between two MKCoordinateRegion

I'm trying to do the union between two MKCoordinateRegion. Does anybody have an idea on how to do this? Thanks in advance
1
vote
2answers
1k views

Zoom to fit region for all annotations - ending up zooming in between annotations

I have a problem with fitting all my annotations to the screen... sometimes it shows all annotations, but some other times the app is zooming in between the two annotations so that none of them are ...
1
vote
1answer
662 views

Will treating MKCoordinateRegion like a rectangle come back to haunt me?

Background: I'm build a series of location-based apps that make heavy use of maps. These maps are annotated with locations fetched from a server, to which I pass regions of the map I need data for ...
0
votes
1answer
31 views

How do I determine if the current user location is inside of my MKCoordinateRegion?

I have a coordinate region that I have determined contains the limits of what I want to show for my app. I have set this up as an MKCoordinateRegion with center point lat, longitude and a span. How ...
0
votes
1answer
119 views

iOS MapKit userLocation returning zero on first call, but

I have a curious issue that I can't explain and was wondering if anybody has encountered the same problem. I have a MKMapView that displays the user's current location, and is written to center the ...