So I've been updating my site for the iPhone 4. I noticed that the
maps API has a scaled size value for using a larger image at a smaller
size. This seems to be working, however I'm getting an odd "ghost"
image behind my icon at its full size.

screenshot from my iPhone 4: http://cl.ly/24a1e247e54b697766d3

code:

var icon = new google.maps.MarkerImage(
    '/images/interface/map_pin_2x.png',
    new google.maps.Size(60, 60),
    new google.maps.Point(0,0), // origin
    new google.maps.Point(15, 15), // anchor
    new google.maps.Size(30,30) // for iphone 4
                        );

anyone else run into this? if not, is there somewhere I should submit
this bug?

-- 
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.

Reply via email to