When Corona support Maps module and read data from pdf file on Android ?

When Corona support Maps module and read data from pdf file on Android ?

(1) Corona don’t support Maps module on Android
I think the alternative is using showWebPopup to load google map. But how to bring address string as the google map url parameter?

(2) Corona can’t read data from pdf file on iOS and Android. So When be the function released ? [import]uid: 51300 topic_id: 10303 reply_id: 310303[/import]

for the first question something like this definetly work
local myCity = “Meadowview”
local str = “http://maps.google.com/maps?q=”…myCity

native.showWebPopup( str)

:slight_smile: [import]uid: 12482 topic_id: 10303 reply_id: 37607[/import]

Thank you very much!! ^^ [import]uid: 51300 topic_id: 10303 reply_id: 37613[/import]

always welcome

:slight_smile: [import]uid: 12482 topic_id: 10303 reply_id: 37747[/import]