How can I block user interaction with the my current location pin? I have problem like this: I have many pins on my map and if they are close and they are around “my current location” pin, that pin takes the click event I wan to block it. i don’t want the bubble “Current Location” to be shown.
I know it is something with *pinView.canShowCallout = NO; but how do I know what pin is my location??
Thanks
How can I block user interaction with the my current location pin? I have
Share
this should give you what you need..
Let me know if it works.. 🙂