Google maps javascript api looks nice to use on a webpage, but for native use I think it is much easier to just use the native maps app on android and iOS, if you just want to show a location and calculate a route, etc.
How can I create a link in Appery that will redirect to the user's native maps app? In android it is a "a href=geo:0,0?q=my+street+address." type of url. In apple it is a href="http://maps.apple.com/?daddr=San+Fran...; / a
How can I make this working on both android and apple?