Tuesday, May 15, 2012

How to find city temperature by longitude and latitude in android?


how to find city temperature by longitude and latitude.... there has some problem in here http://maps.google.com/maps/api/geocode/xml?latlng= {latlng}&sensor={sensor}&region={region} without Google map..



Source: Tips4all

2 comments:

  1. My answer is not totally perfect but Yahoo Weather API may help you. This worked perfectly for me.

    In this api you have to select one of the City and then you will get weather updates. However you have to go through the source for extracting your portion.

    Hope this helps.

    ReplyDelete
  2. There appears to be a full code example on anddev.org google weather api description which should include everything you require.

    ReplyDelete