On Nov 30, 1:42 pm, neojapanese <[email protected]> wrote: > is there a "does address exist" funtion?
Not as part of the v3 google maps API. There is a geocoder available, but it has a different function (finding geographic coordinates for an address so it can be displayed on a map, not address validation). > meaning is there a way via code > i can say "1 wall street" and get back ..this is not an address however > here are some possible matches? The geocoder will return multiple results if it gets multiple matches. > vba or javascript is ok.. Thats nice, this group is about the "Google Maps JavaScript API v3", so javascript is the only option (although google also provides a webservice for geocoding). -- Larry -- 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.
