I use Google Static Map API.
I make request like
<img src="http://maps.google.com/staticmap?
center=42.353577,-71.08258&markers=42.353577,-71.08258,orangep&zoom=18&size=500x450&maptype=hybrid&key=mykey/
>
and take image of map with orange markers having letter P.
But I want to use my own image for marker (stored in the folder /image
on the my server).
Is there some way to redefine this standard marker and show my own? I
tried something like
<img src="http://maps.google.com/staticmap?
center=42.353577,-71.08258&markers=42.353577,-71.08258,/images/
myimage.jpg&.../>
but it does not work.


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