ingh.am
ingh.am

Reputation: 26792

iPhone zoom map to show all pins

I've just found this for doing this on the Android but has anyone got this to work on the iPhone?

What I'm looking for is a method that will zoom the map to show all pins that are showing...

Thanks

Upvotes: 0

Views: 788

Answers (2)

nevan king
nevan king

Reputation: 113757

I'm not sure if there's a built in method, but the usual way is to loop through your annotations, looking at their coordinates, and find the maximum and minimum latitudes and longitudes. You'll end up with 4 numbers, you can create a region from them and set the map to that region.

Upvotes: 2

Related Questions