This page was last modified 18:40, 29 June 2008.
How to use Google Weather Data in Mobile Application
From Forum Nokia Wiki
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
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| getResponseCode is very slow! | but0092 | Mobile Java Networking & Messaging & Security | 5 | 2007-09-18 12:01 |
| Unable to make http connection with Nokia 3530 | corej2me | Mobile Java General | 1 | 2004-09-06 10:51 |
| AT command with Nokia E61 | deepakgmi | General Symbian C++ | 2 | 2008-04-24 13:25 |
| active standby plugins? | migut | Python | 1 | 2008-05-09 10:28 |
| problem with RecvOneOrMore API | swapnil_mahajan | General Symbian C++ | 2 | 2008-07-14 10:06 |
