Closed delanick closed 6 years ago
Hey @EddyVerbruggen never mind - I see in the demo code how to add it. Apologies bud, you can close this issue/question :)
As always, awesome work and thanks for your superb examples and documentation!!
@EddyVerbruggen apologies bud, another question: If I have both the address and the coordinates, is there a way to default to the coordinates if the address isn't found? I'm wondering incase people enter their address incorrectly (spelling mistakes) but have also included their location coordinates (which I do cater for) whether the app can default to that.
Please let me know :)
The plugin passes the source
to the native apps and it has to be one or the other (no fallback possible). If you know the coordinates just use that.
For completeness, here's the plugin code that calls the native apps:
Thanks @EddyVerbruggen I wrote my code to check for coordinates and to fail to the address if no coordinates are found. I'm essentially trying to ensure that I use the right location, even if users (dumb ones...) spell their street name incorrectly...
Thanks though!
@EddyVerbruggen Hi, it says that if we add an address then the lat lng will be ignored, how do we add the coordinates? There is no option for it. Please advise.