You'll have to build your own user interface, but in general, the feature you are talking about is Geocoding. See:
http://gwt-google-apis.googlecode.com/svn/javadoc/maps/1.0/com/google/gwt/maps/client/geocode/package-summary.html There is also an example of using geocoding in the HelloMaps sample distributed with the gwt-maps library. On Mon, Feb 14, 2011 at 8:37 AM, Paraquedista <[email protected]> wrote: > Hello, > > I'm new to GWT and am trying something to put maps working as I want. > The thing I would like to do is, instead of launch the map and center > it according to coordinates (double variables) I'd like to do it but > using the address (strings). A lot like the search in maps.google.com. > Is that possible, and if so, how? > Sorry for maybe noob question and if this is answered elswhere, but I > couldn't find anything related. > > Thank you very much. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" 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. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
