On Mar 17, 10:25 am, Samb1985 <[email protected]> wrote: > I would like to use google maps api in a Java web application, and i > need to obtain all the possible result suggested by google for > ambiguos address given in input and not only the best result.
If you want to use javascript, rather than java, then this example might help: http://maps.forum.nu/gm_main.html Type 'Darwin' in the search field. -- Marcelo - http://maps.forum.nu -- > > So the application send in input an adress and the google web service > give a output: > 1 case: good address-- one result > 2 case: bad address -- many possible result > > How can I implement this in a Java Web Application ? -- 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.
