How to show location in Apple Maps and Google Maps app in iOS
Issue #309
Apple Maps
1 | let placemark = MKPlacemark(coordinate: coordinate, addressDictionary: nil) |
Google Maps
- https://developers.google.com/maps/documentation/urls/ios-urlscheme
- Use
q
to show pin
Since iOS 9, we need to declare LSApplicationQueriesSchemes
1 | <key>LSApplicationQueriesSchemes</key> |
1 |
|