Samuel, You might want to go search the Maps API google group for this one. I don't see an obvious way to make one (like a GCircle or GEllipse class).
The geodesic polyline support uses a segmented line to represent an arc. You could do that by creating a lot of points out for a Polygon. Another way you could do this is to create an image of a circle and then make a GroundOverlay out of it. It would look a bit different from a Polyline or Polygon. -Eric. On Sat, Sep 27, 2008 at 3:58 AM, Samuel <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a very simple question :) > How draw a circle in a maps with gwt-maps library ? > Have you got an example ? (I do Polygon but I can't make circle :( ) > > Thanks > > Samuel > > > > -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
