On May 15, 8:19 am, Shekher <[email protected]> wrote: > PRoblem is that if i try these addresses i am unable to find them on > google map and regarding the address correction > > client who have provided these address are sure that these are correct > addresses and even they have cross checked them > is it possible to find a way to calculate latitude and logitude for > these addresses as out of around 100 store addresses these 2 are > causing the problem
If you (or your client) can locate them on Google Maps (or a special Google Maps API page) such that you can get a reasonably close latitude and longitude, you can manually store it in your database. Andrew already pointed out the error in the second address: http://www.geocodezip.com/example_geo2.asp?addr1=327,Wethouder%20Sangersstraat,Beek,Nederland,6191NA&geocode=1 Found 1 results [ 0 ]: Wethouder Sangersstraat, 6191 Beek, The Netherlands (50.9491076, 5.7985158) This seems to work for me for the first (but I don't know if it is correct): http://www.geocodezip.com/example_geo2.asp?addr1=8406,Zwaneveld%2084ste%20straat,Nijmegen,NL&geocode=1 Found 1 results [ 0 ]: Zwanenveld 84, 6538 Nijmegen, The Netherlands (51.8203867, 5.7944379) -- Larry > > shekher > > On May 15, 6:31 pm, "[email protected]" <[email protected]> > wrote: > > > > > On May 15, 5:46 am, Shekher <[email protected]> wrote: > > > > Hi All, > > > > while creating google map application for our project i used google > > > geo-coder service over HTTP for gettinglatitudeand logitude, so that > > > i can store all these co-ordinates in my local database,everything is > > > working fine for me except some addresses for which google is > > > returning me status code as 602 > > > > and co-ordinate for these addresses are coming 0,0. following are the > > > two address for which we are unable to getlatitudeand logitude > > > > 8406,Zwaneveld 84ste straat,Nijmegen,Nederland,6563TL > > > 327,Wethouder Sangerstraat,Beek,Nederland,6191NA > > > > i even added one of the address to google map, but still unable to get > > >latitudeand logitude. > > > > My question is, can we able to do anything in this case like asking > > > google to addlatitudeand logitude for these addresses or any other > > > alternate. > > > If you know where they are or can find them on google maps, manually > > put the coordinates in the database. > > > -- Larry > > > > any suggestion in this regard will be much appricated. > > > > -shekher > > > > is there- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
