I have found the longitude and latitude of my current location, now how to get Weather info from google api.

Please help!

link|improve this question

73% accept rate
Just try this stackoverflow.com/questions/2780836/… Hope this helps you. – Parth Bhatt Aug 17 '11 at 8:13
Just try this stackoverflow.com/questions/2780836/… Hope this helps you. – Parth Bhatt Aug 17 '11 at 8:14
Parth, just change the value and then paste the url in browser, then see the result – Veer Aug 17 '11 at 8:18
I think it gives the XML Feeds which you have to parse using XML Parsing and get the data that you require. – Parth Bhatt Aug 17 '11 at 10:19
feedback

2 Answers

up vote 1 down vote accepted

There is an answer to a similar question which shows usage of Google Weather API:

http://www.google.com/ig/api?weather=,,,50500000,30500000

link|improve this answer
but just try for india and pakistan longitude and lotitude, then it is not working, why? – Veer Aug 17 '11 at 8:12
I googled it, found many link, but they are not working well, change the url which you have given and try for longitude and latitude of india, or pakistan. – Veer Aug 17 '11 at 8:13
@Veer for me google.com/ig/api?weather=,,,19077693,72877808 and google.com/ig/api?weather=Mumbai,India give the same results. Can you provide an example where it's failing? – Vlad Aug 17 '11 at 9:23
feedback

you can check here , they have implemented google weather api http://meerutwala.com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.