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??
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