It was pointed out to me, and verified in the site that I'm working on, that there is a bug with markerimage scaling right now. If you're using 3.7 of the api then scaling an marker to be higher resolution (smaller height/width), for use on a retina iphone display for instance, then the markers won't appear at all.
If someone finds a workaround let us know! On Jan 26, 3:48 pm, Rossko <[email protected]> wrote: > > In my case I think its not possible to do what I want > > Sure it is, just needs doing in the correct order. > Don't check the image size until the image is available. > Don't set the marker size until after that. > Asynchronous programming is not easy. > > > because the > > Markerimage wait for and url, and not an obj. > > Doesn't matter, once the javascript has worked out was size that same > image is. -- 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.
