Google Maps API check if a location has weather information

823 views Asked by At

In Google Maps API v3 is it possible checking if weather data is available for a specified location? I mean the weather icon, clicking on which the tooltip popups showing forecasts for the next days.

<EDIT>
I am using the WeatherLayer and the CloudLayer integrated in the Google Maps API v3.
</EDIT>

1

There are 1 answers

1
Ramesh Joshi On

I think you can try this with weather library. The WeatherLayer and CloudLayer objects allow you to add weather forecasts and cloud imagery to your map. https://developers.google.com/maps/documentation/javascript/layers#WeatherLayer