I would like on a button press to be able to redirect a user to the google maps application and to drop a PIN on specific coordinates in google map app. So the user should just need to press Start Routing / Navigate to the dropped pin.
I've tried several solutions like: Building: 1) Linking.openURL(https://www.google.com/maps/search/?api=1&query=lat,long) 2) Using react-native-map-link and few others the similar.
Nothing works at the end. All of those solutions opens the GoogleMaps Application and point the screen exactly on the coordinates I've specified, but it does not place a pin on the map so the user can start the navigation.
Anyone have done it working so far?
Thanks!