react-native-map-link icon indicating copy to clipboard operation
react-native-map-link copied to clipboard

🗺 Open the map app of the user's choice.

Results 30 react-native-map-link issues
Sort by recently updated
recently updated
newest added

`showLocation({` ` latitude: sourceLat,` ` longitude: sourceLng,` `sourceLatitude: lat,` `sourceLongitude: lng,` `alwaysIncludeGoogle: true,` ` dialogTitle: 'Open map',` `dialogMessage: 'What app would you like to use?',` cancelText: 'Cancel', `appsWhiteList: ['google-maps', 'apple-maps'],`...

I dig in with the problem here #209 . After plenty of hours, I finally work through it. As the author mention in Post-install steps Android must update `AndroidManifest.xml`. But...

Hi! I open google map with iphone and the location on input is not displayed, for android it is displayed normally anyone like me? ![image](https://user-images.githubusercontent.com/70569501/168202842-21459093-a7e7-45cb-963d-a5971b7dc368.png) ![image](https://user-images.githubusercontent.com/70569501/168203089-e6113baf-b781-4059-b2d7-9b1759d2c3a2.png)

can we passe an adresse as a paramater instead of a long-lat parameters ?

feature request

At the https://github.com/flexible-agency/react-native-map-link/blob/master/src/index.js#L42 we verify if params are in the options, but do not check the value, so for `undefined` we have ``` parseFloat(undefined); // NaN ``` for sure it...

enhancement
good first issue

At this moment, the library can do route between 2 points, very good. However in some times we need only a point in GMaps, so if you can enable the...

Hi add this Sygic GPS Navigation & Offline Maps app please to be supported

help wanted
feature request

- Possible to search locations passing a formatted address ( dstaddr in options, be Popup or showLocation )