Dear Rossko,
                    If I would like to have the infowindow open into the
center of the polygon what will be calcuation be? Another thing is that how
can I control if the person close the inforwindow by pressing the "x" I want
then my polygon to be clear too? Thank you.

On Mon, Sep 6, 2010 at 5:26 PM, Rossko <[email protected]> wrote:

> >           var point = new GLatLng(poly.getVertex(0));
>
> .getVertex() returns a GLatLng object all by itself.
>
> http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GPolyline.getVertex
> So
>     var point = poly.getVertex(0);
>
> --
>  You received this message because you are subscribed to the Google Groups
> "Google Maps API" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to