1 |
3032
|
perry
|
OpenLayers.Layer.Google
|
2 |
|
|
|
3 |
|
|
The Google Layer in OpenLayers allows you to include Google Maps functionality in your OpenLayers maps. In order to use the Google Layer, you must first obtain an API key for Google Maps, and include the Google Maps API script in your page. Once you have done this,
|
4 |
|
|
|
5 |
|
|
* Constructor
|
6 |
|
|
OpenLayers.Layer.Google(name, options?) -- Constructor for Google layer. Accepts name and options.
|
7 |
|
|
|
8 |
|
|
* Methods
|
9 |
|
|
getOLLonLatFromGLatLng(GLonLat) -- {OpenLayers.LonLat} -- Convert from GLatLon to OpenLayers LonLat
|
10 |
|
|
getGLatLngFromOLLonLat({OpenLayers.LonLat|lonlat}) -- GLatLon -- Convert From OpenLayers LonLat to GLatLon
|
11 |
|
|
getOLPixelFromGPoint(GPoint) -- {OpenLayers.Pixel} -- Convert from GPoint to OpenLayers.Pixel
|
12 |
|
|
getGPointFromOLPixel({OpenLayers.Pixel|pixel}) -- GPoint -- Create GPoint from OpenLayers Pixel.
|
13 |
|
|
|
14 |
|
|
* Parameters
|
15 |
|
|
type -- one of G_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, used to choose the type of map to display.
|