Thanks eric, I'm sure it's possible with Maps API, but with the gwt-maps API I can't find solution.
Maybe it's a good solution to use image... But I need use getBounds().containsLatLng(..) to known if a point is in this circle. I'm not sure it's work with a picture... Samuel On 27 sep, 15:24, "Eric Ayers" <[EMAIL PROTECTED]> wrote: > 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 USAhttp://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 -~----------~----~----~----~------~----~------~--~---
