Google Maps on Mobile
Posted: Wed Aug 22, 2012 2:35 pm
I think this might be an easy one...at least I am hoping.... I have a simple program at is using static google maps. It works great on the computer, but when I run it on a mobile device I get no maps.
on mouseUp
put gAddress1&","&gCity&","&gState into lcenter
replace " " with "+" in lcenter
put "http://maps.googleapis.com/maps/api/sta ... nsor=false" into centerUrl
put url centerUrl into hImage
put hImage into image "Map"
end mouseUp
Any suggestions?
on mouseUp
put gAddress1&","&gCity&","&gState into lcenter
replace " " with "+" in lcenter
put "http://maps.googleapis.com/maps/api/sta ... nsor=false" into centerUrl
put url centerUrl into hImage
put hImage into image "Map"
end mouseUp
Any suggestions?