Is it possible to send an address to Google Maps with the OpenURL function? I’m not sure how to format such a URL, and it doesn’t need to send the users current location. I just want to show a spot on Google Maps base on an address. Thanks!
Ex.
local function homeButton (event)
print( “Home Button pushed.” )
print(data[id].address1)
print(data[id].address2)
local url = “http://maps.google.com/…”…data[id].address1…", "…data[id]address2
system.openURL( url )
end
[import]uid: 150151 topic_id: 33778 reply_id: 333778[/import]
