, Yahoo geo.placefinder , , OAuth (. Free Non-commercial YQL). WOEID , geo.places:
select * from geo.places where text="Hanover, PA" AND placeTypeName.code = 7
YQL
, WOEID data.query.results.place.woeid.
. ( ) , "" ( , ). . , /, boundingBox:
select * from geo.places where text="Eagle, Wisconsin" AND
boundingBox.southWest.latitude <= 42.9147280 AND
boundingBox.southWest.longitude <= -88.4426340 AND
boundingBox.northEast.latitude >= 42.9147280 AND
boundingBox.northEast.longitude >= -88.4426340 AND
placeTypeName.code = 7
YQL
(text - ), , , , .