On Oct 13, 2:05 pm, phill <[email protected]> wrote: > Hi, > I wrote a webpage for a friend, and created a page which gives the > user dirrections. It can be found > at:http://www.mandcservices-site.co.uk/find.htm > > When I last tested this, it worked, however when I was showing > somebody the page a couple days ago I started getting the error > (G_GEO_UNKNOWN_ADDRESS) > > The code is located athttp://www.mandcservices-site.co.uk/map.js > Would anybody help me find and correct the problem?
Seems like the directions database no longer includes "173-175 High Street" (it doesn't recognize that address. This page geocodes the addresses, then does the directions from the resulting coordinates: http://www.geocodezip.com/example_geo2.asp?addr2=173-175%20High%20Street,%20Batheaston,%20Bath%20BA1%207DW&addr1=Swainswick,%20BA1&geocode=1&geocode=2 If you click on the "Get Directions" button below "Directions using addresses:", you will see the same error. What I would suggest is replace the address with the correct coordinates of the location. http://groups.google.com/group/google-maps-api/browse_frm/thread/671e93998ac54bd/0a6739f1fc0e6406?lnk=gst&q=directions+%40+coordinates#0a6739f1fc0e6406 http://www.geocodezip.com/example_geo2.asp?addr2=(51.4053158,%20-2.3217407)&addr1=Swainswick,%20BA1&geocode=1&geocode=2 This address seems to work though: 175 High St, Batheaston, Bath and North East Somerset BA1 7, UK (is it the correct place?) -- Larry > Phill -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
