| OpenLayers. Layer. Google | |
| Constants | |
| MIN_ZOOM_LEVEL | {Integer} 0 |
| MAX_ZOOM_LEVEL | {Integer} 21 |
| RESOLUTIONS | {Array(Float)} Hardcode these resolutions so that they are more closely tied with the standard wms projection |
| Properties | |
| type | {GMapType} |
| sphericalMercator | {Boolean} Should the map act as a mercator-projected map? |
| dragObject | {GDraggableObject} Since 2.93, Google has exposed the ability to get the maps GDraggableObject. |
| termsOfUse | {DOMElement} Div for Google’s copyright and terms of use link |
| poweredBy | {DOMElement} Div for Google’s powered by logo and link |
| Constructor | |
| OpenLayers. Layer. Google | |
| Functions | |
| clone | Create a clone of this layer |
| loadMapObject | Load the GMap and register appropriate event listeners. |
| onMapResize | |
| setVisibility | Set the visibility flag for the layer and hide/show & redraw accordingly. |
| setGMapVisibility | Display the GMap container and associated elements. |
| setOpacity | Sets the opacity for the entire layer (all images) |
| destroy | Clean up this layer. |
| removeGMapElements | Remove all elements added to the dom. |
| removeMap | On being removed from the map, also remove termsOfUse and poweredBy divs |
| getOLBoundsFromMapObjectBounds | |
| getMapObjectBoundsFromOLBounds | |
| addContainerPxFunction | Hack-on function because GMAPS does not give it to us |
| getWarningHTML | {String} String with information on why layer is broken, how to get it working. |
| setMapObjectCenter | Set the mapObject to the specified center and zoom |
| dragPanMapObject | |
| getMapObjectCenter | {Object} The mapObject’s current center in Map Object format |
| getMapObjectZoom | {Integer} The mapObject’s current zoom, in Map Object format |
| getMapObjectLonLatFromMapObjectPixel | |
| getMapObjectPixelFromMapObjectLonLat | |
| getMapObjectZoomFromMapObjectBounds | |
| getLongitudeFromMapObjectLonLat | |
| getLatitudeFromMapObjectLonLat | |
| getMapObjectLonLatFromLonLat | |
| getXFromMapObjectPixel | |
| getYFromMapObjectPixel | |
| getMapObjectPixelFromXY | |
| Properties | |
| OpenLayers. Layer. Google. cache | {Object} Cache for elements that should only be created once per map. |
clone: function()
Create a clone of this layer
{OpenLayers.Layer.Google} An exact clone of this layer
setVisibility: function( visible )
Set the visibility flag for the layer and hide/show & redraw accordingly. Fire event unless otherwise specified
Note that visibility is no longer simply whether or not the layer’s style.display is set to “block”. Now we store a ‘visibility’ state property on the layer class, this allows us to remember whether or not we desire for a layer to be visible. In the case where the map’s resolution is out of the layer’s range, this desire may be subverted.
| visible | {Boolean} Display the layer (if in range) |
removeMap: function( map )
On being removed from the map, also remove termsOfUse and poweredBy divs
| map | {OpenLayers.Map} |
getOLBoundsFromMapObjectBounds: function( moBounds )
| moBounds | {Object} |
{OpenLayers.Bounds} An OpenLayers.Bounds, translated from the passed-in MapObject Bounds. Returns null if null value is passed in.
getMapObjectBoundsFromOLBounds: function( olBounds )
| olBounds | {OpenLayers.Bounds} |
{Object} A MapObject Bounds, translated from olBounds Returns null if null value is passed in
Create a clone of this layer
clone: function()
Load the GMap and register appropriate event listeners.
loadMapObject:function()
onMapResize: function()
Set the visibility flag for the layer and hide/show & redraw accordingly.
setVisibility: function( visible )
Display the GMap container and associated elements.
setGMapVisibility: function( visible )
Sets the opacity for the entire layer (all images)
setOpacity: function( opacity )
Clean up this layer.
destroy: function()
Remove all elements added to the dom.
removeGMapElements: function()
On being removed from the map, also remove termsOfUse and poweredBy divs
removeMap: function( map )
getOLBoundsFromMapObjectBounds: function( moBounds )
getMapObjectBoundsFromOLBounds: function( olBounds )
Hack-on function because GMAPS does not give it to us
addContainerPxFunction: function()
{String} String with information on why layer is broken, how to get it working.
getWarningHTML:function()
Set the mapObject to the specified center and zoom
setMapObjectCenter: function( center, zoom )
dragPanMapObject: function( dX, dY )
{Object} The mapObject’s current center in Map Object format
getMapObjectCenter: function()
{Integer} The mapObject’s current zoom, in Map Object format
getMapObjectZoom: function()
getMapObjectLonLatFromMapObjectPixel: function( moPixel )
getMapObjectPixelFromMapObjectLonLat: function( moLonLat )
getMapObjectZoomFromMapObjectBounds: function( moBounds )
getLongitudeFromMapObjectLonLat: function( moLonLat )
getLatitudeFromMapObjectLonLat: function( moLonLat )
getMapObjectLonLatFromLonLat: function( lon, lat )
getXFromMapObjectPixel: function( moPixel )
getYFromMapObjectPixel: function( moPixel )
getMapObjectPixelFromXY: function( x, y )