How do I attach a pop-up menu to a location marker on Apple Maps?

I am new to app development and programming, so may have to use non-technical terminology to explain what im asking here.....


The app I am developing is based around the map feature.


Once a user has shown their current location on the map, I would like the app to display different pins in the vicinity of the user, once the user selects one of the pins (representing another location on the map), how would I display a custom designed pop up menu to appear, that will display info and an image about the location that has been selected?


Look forward to the replies!

The term you should search for is "callout". If you do a web search for "MKMapView custom callout" you should be able to find plenty of documentation and examples, starting with the Location and Maps Programming Guide and associated sample code.

How do I attach a pop-up menu to a location marker on Apple Maps?
 
 
Q