Hi,

I'm trying to update my current v2 maps to v3, but i cant find the
'GScreenOverlay' equivalent in the new version.

What i need it for is overlaying a "target" over the map, but keep the
map draggable.
It's perfectly working in v2 with GScreenOverlay:

   var mapTarget = new GScreenOverlay('images/mapTarget.png',
      new GScreenPoint(0.0, 0.0, 'fraction', 'fraction'),  // screenXY
      new GScreenPoint(0, 0),  // overlayXY
      new GScreenSize(1, 1, 'fraction', 'fraction')  // size on screen
   );
   myMap.addOverlay(mapTarget);


Is there a way to make it working in v3?
Thanks,
JP

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