Well, the marker and its shadow didn't and doesn'd anchor at the given
point. So your problem seems to be an aesthetical one. I think these
are the v3 corresponding sizes and points for the marker and its
shadow

 var g = google.maps;
 var shadow = new g.MarkerImage("http://www.google.com/mapfiles/
shadow50.png",
   new g.Size(37, 34),
   null,
   new g.Point(36, 5));

 var image = new g.MarkerImage("dd-startl.png",
   new g.Size(34, 20),
   null,
   new g.Point(38, 4));




On Jan 6, 1:28 pm, Nico Oudshoorn <[email protected]> wrote:
> The image name ishttp://www.meerijden.nu/dd-startl.png
>
> This was de working code in V2
> //var baseIcon = new GIcon();
> //baseIcon.shadow = "http://www.google.com/mapfiles/shadow50.png";;
> //baseIcon.iconSize = new GSize(34, 20);
> //baseIcon.shadowSize = new GSize(37, 34);
> //baseIcon.iconAnchor = new GPoint(34, 9);
> //baseIcon.infoWindowAnchor = new GPoint(9, 0);
> //baseIcon.infoShadowAnchor = new GPoint(18, 25);
> //var iconvt = new GIcon(baseIcon);
> //iconvt.image = "dd-startl.png";

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