1

I make a weather application in Android which is showing current temperature and forecast based upon a JSON response. Now I want to add a weather map showing temperature and clouds, but I have no idea where to start.

It should look like in this question: How to hide or display a Google Maps Layer?

I have tried searching for a solution but didn't find anything.Please help me??

Community
  • 1
  • 1
Ravi
  • 2,277
  • 3
  • 22
  • 37

1 Answers1

4

Here is what given by Google https://developers.google.com/maps/documentation/javascript/layers#WeatherLayer

To show clouds use this Google API reference https://developers.google.com/maps/documentation/javascript/reference#CloudLayer

To show weather use this Google API reference https://developers.google.com/maps/documentation/javascript/reference#WeatherLayer

For Android developers looking for an example of how to use this api, please refer to the example given in the link below :- http://www.anddev.org/viewtopic.php?t=337

AurA
  • 12,135
  • 7
  • 46
  • 63
  • hello aurA thanks but i am looking the weather layer on google map in android please provide me any solution – Ravi Jun 20 '12 at 08:32
  • I have edited the answer with An Android example. Hope this solves your problem. – AurA Jun 20 '12 at 08:57
  • but dear Aura i already made the weather application now i want to add map which will display weather on google map,please tell me how to do this one. – Ravi Jun 20 '12 at 10:04