I believe this an API issue.

Seems you need to define the scaledSize as fourth argument. This
should exactly double the actual size of the icon

  var g = google.maps;
  var image = new g.MarkerImage("http://www.doolietraders.com/images/
1I_Icon.png",
   new g.Size(40, 80),
   null,
   null,
   new g.Size(40, 80));

And you shouldn't define a shadow which doesn't exist or can't be
loaded.



On Jan 18, 9:56 pm, Michael Rex Schumacher
<[email protected]> wrote:
> Larry,
>
> Thanks for the suggestion, but yes, I've tried it all. Even the default
> marker without sizing indicated results in the same problem.
>
> I am now thinking it might be a way that FF and Chrome deal with images
> rather than a Google API issue. My other images on the site are pixelated
> (less clear).
>
> Michael

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