The suggested addition of the scaledSize constructor did the trick! Thank you again.
Funny though - the default marker icon will still stretch unless you explicitly define the Marker Image class. That wasn't very clear to me and that custom marker service I used did not define it either. Ah well, my problem's solved any way. Cheers. On Thu, Jan 20, 2011 at 8:04 AM, [email protected] <[email protected]>wrote: > On Jan 20, 6:00 am, Michael Rex Schumacher > <[email protected]> wrote: > > Larry and Pil - > > > > Thank you for all the help! > > > > When I look athttp://www.geocodezip.com/doolie.htmlin Chrome it is > > correct.http://www.wolfpil.de/v3/doolie.htmlis still stretched. > > The image is 20x40, his page makes it 40x80 > new g.Size(40, 80), > (which is why I believe he said: "Don't know if they are too > big or too small for the OP") > > the version I posted has: > new g.Size(20, 40), > > -- Larry > > > > > If I understood correctly, I need to pass the scaledSize in the new > > google.maps.MarkerImage. > > > > I'll test that, but I'm still not sure why the default marker would have > the > > same reaction. > > > > Michael > > > > On Thu, Jan 20, 2011 at 7:45 AM, [email protected] > > <[email protected]>wrote: > > > > > > > > > > > > > > > > > On Jan 20, 5:31 am, Pil <[email protected]> wrote: > > > > Hmm, here with my above defined icon sizes. Don't know if they are > too > > > > big or too small for the OP > > > > > >http://www.wolfpil.de/v3/doolie.html > > > > > OK. Thanks Pil, I could have sworn I tried this and it didn't work: > > >http://www.geocodezip.com/doolie.html > > > > > (although I did have the origin and anchor defined, but adding those > > > to your map doesn't change it; caulk it up to user error I guess) > > > > > -- Larry > > > > > -- > > > 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]<google-maps-js-api-v3%[email protected]><google-maps-js-api-v3%2B > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
