[Google Maps API v3] Re: Custom map markers

2010-09-16 Thread Ben Shillito
Thanks for your responses - i'm afraid predictably i'm very new to the google maps API so if you've got a moment would appreciate a bit more help. I can see the marker image constructor is what I need to insert but can you tell me where to place this? All I would like is a simple png file to

[Google Maps API v3] Re: Custom map markers

2010-09-16 Thread Chad Killingsworth
Take a look here: http://code.google.com/apis/maps/documentation/javascript/overlays.html#Icons Chad Killingsworth On Sep 16, 6:02 am, Ben Shillito bshill...@gmail.com wrote: Thanks for your responses - i'm afraid predictably i'm very new to the google maps API so if you've got a moment would

[Google Maps API v3] Re: Custom map markers

2010-09-16 Thread Rossko
I can see the marker image constructor is what I need to insert but can you tell me where to place this? All I would like is a simple png file to replace the default marker image for all the points on my map which I intend to load from the xml file. You could have a guess at this ; * Since

[Google Maps API v3] Re: Custom map markers

2010-09-15 Thread Grok Lobster
Demo - http://gmaps-samples-v3.googlecode.com/svn/trunk/overlayview/custommarker.html On Sep 15, 7:12 am, Ben Shillito bshill...@gmail.com wrote: I've got a v3 map up and running atwww.upcakes.co.uk/buyand am trying to change the default marker icon image. I've seen Mike William's tutorial

[Google Maps API v3] Re: Custom map markers

2010-09-15 Thread geocode...@gmail.com
On Sep 15, 7:12 am, Ben Shillito bshill...@gmail.com wrote: I've got a v3 map up and running atwww.upcakes.co.uk/buyand am trying to change the default marker icon image. I've seen Mike William's tutorial athttp://econym.org.uk/gmap/custom.htmbut this only relates to V2. Does anyone know how