> Ok, but it's strange the way which the guys developed that site. Did you
> accessed this? Here:
>
> http://mobile.fiat.co.uk/dealer/1.aspx;jsessionid=UDcbvdNrLekG6vIi8vl...

Looks like they serve a static maps image from their own servers (and
shrink it too, so that the copyright is illegible).  Not something
you'd be allowed to do with the free version, but who knows what
licensing arrangements they have made with Google.
Note how the zoom in/out 'buttons' are actually hotlinks to their
server (not javascript) and cause the whole page to reload (with a new
map image).    They'll be using server-side code to generate those
links like
   
http://mobile.fiat.co.uk/dealer/3.aspx;jsessionid=gv+dIwA4y+VxthB5-zDquQ**?dealerID=0065787&z=16&s=p&p=sn16%200dp
You need to use server-side code to generate <img src= ...> parameters
and let the phone browser fetch the image for itself.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
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