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 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/fy2M8vgIhwMJ. 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.
