How to use Google Weather Data in Mobile Application
kamaljaiswal
(Talk | contribs) (New page: Category:Location Based Services We'll see how to use Google Weather API data within a mobile application.<br/> ==Google Weather API URL== URL contains: *City Name *Country Name Ex...) |
hamishwillee
(Talk | contribs) m (Move to correct Category:Location) |
||
| Line 1: | Line 1: | ||
| − | [[Category:Location | + | [[Category:Location]] |
We'll see how to use Google Weather API data within a mobile application.<br/> | We'll see how to use Google Weather API data within a mobile application.<br/> | ||
Revision as of 02:03, 18 March 2011
We'll see how to use Google Weather API data within a mobile application.
Google Weather API URL
URL contains:
- City Name
- Country Name
Example: http://www.google.com/ig/api?weather=Mumbai,India
In response it gives data in XML format which could be easily parsed.Many Valuable information are available .Like
- Temperature.
- Forecast of Today ,Tomorrow.
- Wind Condition.
- Humidity
- etc
Images should in the response xml could also be used.
Exmaple http://www.google.com/images/weather/mostly_cloudy.gif
Related content
http://wiki.forum.nokia.com/index.php/XML_parsing_in_Symbian_OS_v9.x\ http://wiki.forum.nokia.com/index.php/HTTP_on_Symbian_OS

