intent button for the google maps app in an mendix mobile app

0
Hi all, a customer wants to have a kind of button in an hybrid app, where, when clicked app would trigger the android device to open the default navigation app on the device. the customer do not want to use the in app internet browser, so the webpage of google maps is excluded. do anyone have some experience with something simular?
asked
1 answers
1

Does the answer provided in this StackOverflow topic help? 

https://stackoverflow.com/questions/15745096/android-phonegap-how-to-open-native-google-maps-application

According to the answer provided, it would suffice to use a geo type url. For example:

<a href="geo:38.897096,-77.036545">open map</a>
answered