Tagged Questions

1
vote
1answer
271 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
1answer
333 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
627 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
101 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 ...