On Nov 6, 3:01 am, Aleks <[EMAIL PROTECTED]> wrote: > 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?
Not that I know of in static maps. You can use the API or you can try positioning a marker over a static map (that doesn't have markers) using html/css. > 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 could try reading the documentation, if it is not there, you probably can't do it. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
