It used to be getPosition() method that was needed for anchoring the
info window. Like in e.g. Pamela's custom marker in Demo Gallery
http://gmaps-samples-v3.googlecode.com/svn/trunk/overlayview/custommarker.html

Now 'position' property seems to work also.

Just adding a LatLng point as position property should do:

  var myPolygon = new google.maps.Polygon(options);
  myPolygon.position = anchorPoint;

I haven't tested that.

--

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