Hi I want users of my app to be able to use a built in map to search for how to get from point A to point B (using google’s route planner). is this possible with Corona? if not, is there a way to maybe launch the iphone’s maps application from within the app, with directions already selected? [import]uid: 136180 topic_id: 24312 reply_id: 324312[/import]
hi jorge.rybar… any luck on this? I’ve been looking around also for this but not luck on my end. Anything you can share?
[import]uid: 123095 topic_id: 24312 reply_id: 101516[/import]
Being able to launch maps from an application would be handy but I guess it can’t be done in corona. The only solution I came up with was to use a webview and point the url to google maps with the from and to locations in the url, but that obviously leaves the user at the mercy of their internet connection. [import]uid: 110859 topic_id: 24312 reply_id: 116669[/import]