I am trying to add a button inside my Xamarin forms app which will start the default navigator (GPS/maps) on the device and navigate to the passed in address.
Is there some common URI call to instigate this or do I use some form of Dependency Service on each platform?
Cheers