Google Maps Weather Layer API
Written by Ian Elliot   
Friday, 06 April 2012

The weather layer launched on Google Maps about 9 months ago and it has been irritating not to be able to access it via the usual Mapping API. Now an intern working with the Google Maps team in Sydney has extended the API to let you control the weather - layer, that is.

There is currently no full official weather API for Google maps, and it is unlikely there will be in the future because of the licencing deal between Google and the Weather Channel. There is an unofficial API that results from reverse engineering the Rest style calls actually made to display any data, but this isn't guaranteed not to change or to become unavailable via the use of encryption say.

The new API gives you access to a lot of the facilities of the weather layer. You have to load an additional library to make use of it but this isn't difficult. There are two new classes WeatherLayer and CloudLayer.

 

googlmapsweatherdemo

 

The WeatherLayer class allows you to display weather data on the map and configure details such as temperature units, color etc. The user can also see a forecast for the next four days if they click on a location. You can also gain access to the same information via the mouse event object's featureDetails property. Of course, there are ways of getting this same data programmatically firing the event and changing how the data is presented. You can also disable this feature.

The cloud layer can be enabled to produce cloud imagery at zoom levels 0 through 6.

You may not be able to gain access to the Weather Channels data directly using this API, but the effect is very similar. It should allow you to create your own weather apps, or more likely weather information as part of a more complex geographical application.

 

googlemapsweathericon

More Information

Announcement of Weather API

Weather API Documentation

Related Articles

Using Google Store Locator

Google Introduces Charges for Google Maps APIs

An Interactive Google Earth KML Editor

Getting started with Google Earth

Getting started with Google Maps

KML in Google Maps and Earth

Location Aware Applications (Book Review)

Beginning Google Maps API 3 2nd Edition (Apress) (Book Review)

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.

 

Banner


Azure AI And Pgvector Run Generative AI Directly On Postgres
26/03/2024

It's a match made in heaven. The Azure AI extension enables the database to call into various Azure AI services like Azure OpenAI. Combined with pgvector you can go far beyond full text search. Let's  [ ... ]



Android Studio Iguana With Crash Reports
05/03/2024

Google has announced that the latest version of Android Studio, Iguana, is now stable. It has version control system support in App Quality Insights and new built-in support for creating baseline prof [ ... ]


More News

Last Updated ( Friday, 06 April 2012 )