I am developing an App in IOS 5 with different maps. I wanted to zoom each map depending the coordinates that I get from the server. Each map will have different zoom, as I said. I wanted all the coordinates to appear on the map.
Any suggestion?
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’ve got the best solution for this. First, I must get the max and min values (latitude and longitude) from the server. Finally, I do the following:
It works perfectly.