I am using MKMapView with default annotation. I would like to show map view and show use with all annotations. And when user taps on them, then they should behave same as in default map app. Basically, I would like to give same feature as in map app in my iOS app map view.
Ah, I understand the question now. Selecting a system provided point of interest is not possible. Please file an enhancement request via our Bug Reporter.
Depending on your use case, if you only want to show certain points of interest, like a type of restaraunt, you can use MKLocalSearch to query for those locations in a specific map region, and add the results to the map as your own annotations.