Hi
So I've got markers set for a streetview but on some of my maps the
marker seems to be smaller and deeper into the tile image. They both use
the same code but yet I'm getting these discrepancies as you can see by these
live examples.
http://sleeping-out/member_details-MemberID-8856.html(correct marker size)
http://sleeping-out/member_details-MemberID-10677.html(small marker size)
I have tried setting a fixed image size using this code
var images = {
redDot: new google.maps.MarkerImage("/images/lodging.png",new google.maps.Size(16, 16),null,null,null)
};and then I set the marker in the marker options,
icon: images.redDot
This has no affect whatsoever though and I still get the same results.
Is there a way around this? Have I done something wrong?
Thanks