> but I need a way to only > geocode as if there was no street number provided
You will need to find some other geocoding service. The Google service does the best it can to geocode to one particular address. Or you will need to develop your own algorithm that strips off frontdoor numbers to leave only street-level data in the request, and hope that gives the results you want. This is much simpler if you only have to deal with the address format of one particular country. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
