Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6944993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:22:43+00:00 2026-05-27T13:22:43+00:00

Is it possible using MapKit to show a map in iPhone, like i´m doing,

  • 0

Is it possible using MapKit to show a map in iPhone, like i´m doing, to display zoom controls on the map?

If not, what are the flags or methods i should use to increase and diminish the zoom, so i can created methods which will do this at the push of a button.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:22:44+00:00Added an answer on May 27, 2026 at 1:22 pm

    There aren’t any built-in controls for it.

    A couple of suggestions:

    1. You can predefine some spans and store them in an array somewhere and then store your position in that array as well. Zooming in/out changes the position and gets the span.
    2. Zooming in takes the current span and divides by 2, zooming out multiplies by 2.

    You change the span in the region of the mapView. So you have to:

    • Get the region of the mapView.
    • Get the span of the region.
    • Change the span to what you want.
    • Set the regions span to the new span.
    • Set the mapView’s region to the new region.

    Here’s some code for suggestion 2:

    MKCoordinateRegion region = mapView.region;
    MKCoordinateSpan span;
    span.latitudeDelta = region.span.latitudeDelta*2;
    span.longitudeDelta = region.span.longitudeDelta*2;
    region.span = span;
    [mapView setRegion:region animated:TRUE];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Should this be possible using c# 4 and VS 2010? I am doing some
Possible Duplicate: how to find restaurant list near current location using mapkit in iphone
Is it possible using css to set the margin on all asp controls like
Possible Duplicate: Using ASP.NET Controls without databinding My previous question yielded few results so
how is it possible using html/js to make an iphone native app build with
Is it possible (using HTML only) to display select with option s that span
Is it possible to have the MapKit connect defined points using the Google Maps
I want to know is it possible to show only specific region on map
Is it possible using the iPhone SDK, to disable an application unless a pin
I would like to know if the below question is possible using NSComparator or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.