The image doesn't exist within your defined path. Caution! Calling this address crashed my browser
http://www.pinkpigeon.net/contact/pp_logo.png Instead the image seems to be here http://www.pinkpigeon.net/pp_logo.png On Jul 16, 9:32 am, Pigeon <[email protected]> wrote: > For some reason I'm getting an unexpected T_STRING when using single > quote in var image ='image'; so I changed it to double quote but now I > don't get a marker... > > var image = "pp_logo.png"; > var myLatLng = new google.maps.LatLng(51.51440469156112, > -0.1354837417602539); > var marker = new google.maps.Marker({ > position: myLatLng, > map: map, > title:"Pink Pigeon", > icon: image > > What am I doing wrong? > > http://www.pinkpigeon.net/contact/ > > Thank you > > Will -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
