Google NG Layer Example

Google, api key, apikey

Demonstrate use of tiles from the Google Maps v3 API.

If you use OpenLayers.Layer.GoogleNG, the getTile method of the GMaps v3 API's MapType is used to load tiles. This allows for better integration than interacting with a whole map generated by a google.maps.Map instance, as done with OpenLayers.Layer.Google. See the google-ng.js source to see how this is done.