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

  • Home
  • SEARCH
  • 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 7996309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:40:51+00:00 2026-06-04T14:40:51+00:00

I have several annotations on a mapview. After selecting one of them (callout enabled)

  • 0

I have several annotations on a mapview.
After selecting one of them (callout enabled) I want the map to center on it.
I call[mapView setCenterCoordinate:coordinate animated:YES];in didSelectAnnotationViewto achieve that.

It works but not always – basically when there is not enough room left to show the callout, the map moves and the annotation is selected, but the callout is not shown (doesn’t matter if the move is animated or not).
If I don’t move the map myself with setCenterCoordinate, after selecting a annotation the map gets automatically moved (just slightly) to show the callout and it works everytime.

Any ideas how to make it work in my case?
To sum up I want to center the map on the selected annotation and show the callout.

  • 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-06-04T14:40:52+00:00Added an answer on June 4, 2026 at 2:40 pm

    Solved it by calling setCenter with a slight delay in didSelectAnnotationView:

    dispatch_time_t dt = dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC);
    dispatch_after(dt, dispatch_get_main_queue(), ^(void)
    {
        [mapView setCenterCoordinate:view.annotation.coordinate animated:YES];
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a mapview with several annotations. Every annotation has a leftCalloutAccessoryView which is
i'm developing an application for iPad. I have a mapview with several annotations. I
I have several doctrine models that have relationships to other models. Let's call those
I have several cron jobs and I'd like to perform some calculations on them,
I have several nested enums similar to the following. I want to have an
I have several time series plotted with jfreechart. The graph also contains multiple annotations.
I have several MKAnnotations (and their corresponding views) in my map, and it sometimes
I currently have a map view that is populated with several objects following the
In my application I have several entity POJOs annotated with JPA annotations. Also hbm2ddl
In a Spring web application I have several DAO and service layer beans. One

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.