Hello,
I'm new to using the Placefinder API, but it seems that the coordinate result I am getting for a specific address is different than what is produced by maps.yahoo.com
http://where.yahooapis.com/v1/places.q%28%...SA%27%29?appid=[MY API ID]
For example the address at
10613 Quail Ridge Ct. Naperville IL USA
returns a
<latitude>41.770531</latitude>
<longitude>-88.153023</longitude>
and the Maps.yahoo.com query returns a url of
http://maps.yahoo.com/#mvt=m&lat=41.68...ille%20il%20usaAlso, the API incorrectly returns the address as being located in DuPage County when the correct county is Will County. Am I missing a parameter somewhere?
Thanks for your help.
Lee