> http://www.geocodezip.com/example_geo2.asp?addr1=245%20W%20Roosevelt%... > > I get 2 different locations for that input address: > [ 0 ]: 245 W Roosevelt Rd, West Chicago, IL 60185, USA (41.8663484, > -88.2076246) > [ 1 ]: 32W245 W Roosevelt Rd, West Chicago, IL 60185, USA (41.88182, > -88.2561501)
Right. Location 0 is the correct one, and Google Maps uses it correctly when you use that address. Will multiple locations being returned cause the API to say that it can't find the address? > Neither one matches up with: > ATI.GoogleMaps.LatLon = new GLatLng(41.86887, -88.209566); Yeah, I'm not sure what the problem is with the lat/lon. If you look at http://www.assemtech-inc.com/new/company.php, the icon shown on that map is positioned directly on our building. It's being placed by "ATI.GoogleMaps.LatLon = new GLatLng(41.86887, -88.209566);". You can see this in the ATI.GoogleMaps.LoadMap() function. So, I'm not sure why that's working correctly while the directions are ending at Pearl Rd. B --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
