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 8655813
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T15:07:50+00:00 2026-06-12T15:07:50+00:00

I have a mapView with annotationViews and the userLocation blue dot. I am using

  • 0

I have a mapView with annotationViews and the userLocation blue dot.

I am using the following code to get the blue dot:

[self.mapView setShowsUserLocation:YES];

The annotationViews are selectable and have callouts.

However if an annotationView is close to the user’s location sometimes the blue dot steals the touch.

I can set an annotationView.enabled = NO; and it will show the annotationView but it will not steal a touch from a close by annotationView.

I would like to set the user location blue dot annotationView to enabled=NO, so it does not steal the touch of close by annotationViews.

I can set the title of the blue dot with:

self.mapView.userLocation.title = @"title here..."

But I cannot disable the blue dot.

Thanks!

  • 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-12T15:07:51+00:00Added an answer on June 12, 2026 at 3:07 pm

    You can set enabled on the user location’s MKAnnotationView by getting a reference to it in the didAddAnnotationViews delegate method (so you can be sure the view is ready):

    -(void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views
    {
        MKAnnotationView *ulv = [mapView viewForAnnotation:mapView.userLocation];
        ulv.enabled = NO;
    }
    

    (There is no enabled property on the userLocation model object — it’s a property of the view.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple mapview that has the following viewdidload method and didupdate to
I have the following error on a Ios 5 application using ARC: *** -[ViewDettaglio
The following is my code for adding annotation into a mapview. This code is
I have an current location annotation (blue dot) showing in mapkit. Annotation shows after
I have a problem using the -(void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccesoryControlTapped:(UIControl *)control method. I
I have successfully changed MKAnnotationView to use my custom image with the following code
I have a MapView where Drawable markers are placed with a limit set to
I have a mapview with several annotations. Every annotation has a leftCalloutAccessoryView which is
I have a MapView that will contain alot of overlays. For this i've extended
I have a mapview, with the MyLocationOverlay, and other overlays. MyLocationOverlay is drawn under

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.