> Is there a way to search for an address simply by entering *just* the > address part? Basically I have a map with specific bounds and I want > searches to assume those boundaries.
See the documentation http://code.google.com/apis/maps/documentation/services.html#Geocoding for .setViewport() and .setBaseCountryCode() Note this 'biases' the results but does not eliminate results from further away. You can sort those out in your code. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
