On Mar 27, 1:15 am, Samiti <[email protected]> wrote: > So, I know with the recent introduction of V3 of the API, I should > probably be doing things the new way. However, I had a simple > directions page that used to work, but now does not. > > The address, and all iterations of it: 11 Tara Boulevard, Nashua, NH > also produces the same error in the google sample code, despite having > worked before. Is this just a database error on the part of Google > Maps?
If you search Google Maps for that address, it does find it because it searches business details, not just the maps. So a marker for the Radisson Hotel at that address can be placed on the map. The map shows that the road is called "Innovative Way" rather than "Tara Boulevard"; and searching the API for "11 Innovative Way, Nashua NH" does find the same location. You position your marker using its coordinates, so you can use the coordinates in the directions request: 11 Tara Boulevard @ 42.7084, -71.4559 -- 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.
