There are a couple of ways you could do it without using a geocoder. * Keep a database of city, state and zip on your server and use that to figure out the ones that match * Use a "suggest" feature on your page so that when they enter a city that doesn't match, list the close matches and let them pick.
Using the geocoder to do this is probably a bad idea when there are lots of ways you can do it yourself. -John Coryat http://maps.huge.info http://www.usnaviguide.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
