v3.js | |
Constants | |
OpenLayers. | Mixin providing functionality specific to the Google Maps API v3. |
DEFAULTS | {Object} It is not recommended to change the properties set here. |
Functions | |
loadMapObject | Load the GMap and register appropriate event listeners. |
setGMapVisibility | Display the GMap container and associated elements. |
getMapContainer | {DOMElement} the GMap container’s div |
Mixin providing functionality specific to the Google Maps API v3.
To use this layer, you must include the GMaps v3 API in your html.
Note that this layer configures the google.maps.map object with the “disableDefaultUI” option set to true. Using UI controls that the Google Maps API provides is not supported by the OpenLayers API.
Load the GMap and register appropriate event listeners.
loadMapObject: function()
Display the GMap container and associated elements.
setGMapVisibility: function( visible )
{DOMElement} the GMap container’s div
getMapContainer: function()