Hello,

With the following code below, I also have a file mas...@2x.png that 
contains sprited marker images at double the resolution. How do I supply 
those to iPhone 4 correctly? I can't seem to find any information that 
explicity says how to handle serving up 2x icons, while also getting them to 
display at the normal size. Any help is greatly appreciated. Thanks,

var image = new google.maps.MarkerImage('/tour/images/icons/master.png',
          // This marker is 20 pixels wide by 32 pixels tall.
          new google.maps.Size(23, 31),
          // The origin for this image is 0,0.
          new google.maps.Point(bgX, 0),
          // The anchor for this image is the base of the flagpole at 0,32.
          new google.maps.Point(14, 31));

-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to