The Geocoder will usually return multiple results, you could try this, keeping in mind that there is a limit on requests.
There is no "Suggest" API, though. Chris On Fri, Oct 1, 2010 at 7:30 AM, Barry Hunter <[email protected]> wrote: > Not offically with Google APIs. > > You can tie into the API used by Google Maps - but as its not > documented, so its not exactly legal, and likly to break at any time. > (but that hasnt stoped some poeple playing) > > Otherwise there are other providers - or you could even load data into > your own database. geonames.org or openstreetmap.org would be great > sources of data. (there is probably APIs already based on their data > you could use) > > > On 30 September 2010 18:18, Jorge A.S. <[email protected]> wrote: > > Hello everybody, > > > > I'm coding an application that allows the user to introduce a street > > name and shows this street in a map (among other things, of course). > > One requirement is to suggest the street name to the user while > > writing it, like happens in http://maps.google.com. Is it possible to > > do this? > > > > Many thanks in advance. > > > > Best regards, > > Jorge > > > > -- > > 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]<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 V2" 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 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.
