On Jun 1, 7:23 am, Arruda <[email protected]> wrote: > Good morning, > > I'm having some troubles whit the results precision of smaller towns, > that are not yet entirely mapped. > > I'll use an example to illustrate my problem. > > When I make a search with the parameter 'araçuaí minas gerais > brasil' (where araçuaí is the city, minas gerais the state) I get the > right position in the map. > If I pass any other information, like the zip code, I get another > position in the same state, I've used the parameter 'araçuaí minas > gerais 39.600.000 Brasil'. > > Is there a way to verify if the result is close to a certain position?
Define "close". GLatLng.distanceFrom(...) returns the distance in meters between two GLatLngs. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
