Κάθε φορά που ορίσετε την ιδιότητα περιοχή του MKMapKit διπλασιάζει το εύρος.
Για παράδειγμα:
MKCoordinateRegion currentRegion = map.region; // assume the current center of region is around New-York and the span is 2 by 2
map.region = map.region; // assign the region to itself
MKCoordinateRegion newRegion = map.region;
// the span of newRegion is different (almost twice than currentRegion)
τι συμβαίνει εδώ?













