0

I am new to iOS. In my iOS app I am showing a map using MapView. I am also showing place mark on my map. I know how to launch the native app from my app using MKMapItem But is there a way to launch iOs map app by clicking/touching map?

1 Answers1

0

Add a tap gesture recognizer to the MKMapView, and launch the native maps app based on the lat/long.

Reference:

Getting current location of map on touch in iphone mkmapview

Community
  • 1
  • 1
72A12F4E
  • 1,744
  • 1
  • 14
  • 28