I want to customize my marker icon with a non relative url. Meaning I want to use the following:
var image_0 = 'http://www.nssl.noaa.gov/logos/noaa.gif'; var myLatLng_0 = new google.maps.LatLng(34.062269, -117.59338); var marker1_0 = new google.maps.Marker({ position: myLatLng_0, map: map, icon: image_0 title:"Ontario_noaa (Approx. 9.1 miles from Chino 220/66 System. (34.062269 , -117.59338))"}); It looks like I can only reference an image as relative, e.g. var image_0 = logos/noaa.gif'; Any solutions available since I cannot use relative references? -- 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.
