How does one set the zoom level on a mapview?
I have a map and when showing some locations, the name isnt displayed as the map isnt zoomed in enough.
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.
You don’t explicitly set the zoom level for MKMapView, instead you set a visible region with a MKCoordinateRegion that includes a center point and the span of coordinates to display.