Hi guys - I'm embedding a google map using the API for mobile phones.
The method for loading the map is through a request in the image
element - this works in browsers and on the iPhone, but on other
phones renders a broken image:

<?php
echo'<img src="http://maps.google.com/staticmap
        ?center=' . $lat . ',' . $lng . '
        &markers=' . $lat . ',' . $lng . ',blue
        &zoom=16
        &size=300x300
        &maptype=mobile
        &sensor=false
        &key=ABQIAAAA7-phPJm8mNIFPpTNxFizfxStE5O-
d6l21aLWRbRnsvFuSup_2hSdoUjpOkW6hb3xekp-ftMOHVzhcw"/>';
?>

You can see the result for yourself here:

http://imenu.mobi/?rid=2

I'm not sure why this is - any ideas would be hugely appreciated! Many
thanks,

Mark.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to