Open google map in mobile browser

0
I would like to have a click container open google maps in a web or mobile browser window. The current app store modules don’t provide the full level of functionality of google maps, and I am developing a web application that won’t be deployed as a mobile app. I have the latitude and longitude of the destination and so can pass it as context, but am not quite sure how to accomplish this.
asked
1 answers
2

Hi Daniel, could you use a Link Button and parameterize the URL based on the lat/long? That should work! https://docs.mendix.com/refguide/action-button#on-click-link-type

answered