I am implementing a MapKit based application. I had a problem in that, my problem is when we zoom into the map I need to call a method. I have no idea to get implement this one. Can you guys please help on this.
Thanking you,
Sekhar Bethalam.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t worked with the MapKit before, but it follows Apple’s Delegate Pattern.
You’ll want to implement the delegates described in Apple’s LocationAwarenessProgramGuide
To check for a zoom, the region you’re moving to should be smaller than the region you just viewed. Then, just call the method you need to.