Skip to main content

Posts

Showing posts with the label yahoo developer

Yahoo API tryouts

Yahoo API Playground Most of the Yahoo API's deliver data in XML or JSON formats which is very helpful to end users. I was trying out various YAHOO! tools and found Yahoo GeoPlanet useful. The documentation is very detailed and helpful if you are developing something..  Let me give some examples.. If you want to get latitude and longtude of a place or reverse calculate it? Try these directly..  (Thanks to GeoPlanet API's)   http://where.yahooapis.com/geocode?q=19+Howard+Road,+Southampton,+Hampshire http://where.yahooapis.com/geocode?q=50.914716,-1.417612&gflags=R Details of Yahoo Geo tools  (GeoPlanet Guide) http://developer.yahoo.com/geo/geoplanet/guide/concepts.html http://developer.yahoo.com/geo/geoplanet/guide/api_docs.html Where On Earth Identifiers  (WOEID) Its a 32bit identifier, which is unique and non-repeated. This has a parent-child relationship to places, which makes it human understandable in the meantime useful for automated systems. The summary of all