hitrust / google-ajax-examples

Automatically exported from code.google.com/p/google-ajax-examples
0 stars 1 forks source link

Missing image from playground #154

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Missing image from playground

Complex Marker Image V3
Link:
https://code.google.com/apis/ajax/playground/#complex_marker_image_v3

Code:
var image = new 
google.maps.MarkerImage('http://code.google.com/apis/maps/documentation/javascri
pt/examples/images/beachflag.png',
      new google.maps.Size(20, 32),
      // The origin for this image is 0,0.
      new google.maps.Point(0,0),
      // The anchor for this image is the base of the flagpole at 0,32.
      new google.maps.Point(0, 32));

Missing img:
http://code.google.com/apis/maps/documentation/javascript/examples/images/beachf
lag.png

Original issue reported on code.google.com by Szabolcs...@gmail.com on 3 Jan 2014 at 11:15