Adding comment about GMaps API version.
Closes http://trac.osgeo.org/openlayers/ticket/2984.
This commit is contained in:
@@ -11,10 +11,15 @@
|
|||||||
/**
|
/**
|
||||||
* Constant: OpenLayers.Layer.Google.v3
|
* Constant: OpenLayers.Layer.Google.v3
|
||||||
*
|
*
|
||||||
* Mixin providing functionality specific to the Google Maps API v3. Note that
|
* Mixin providing functionality specific to the Google Maps API v3 <= v3.6.
|
||||||
* this layer configures the google.maps.map object with the "disableDefaultUI"
|
* Note that this layer configures the google.maps.map object with the
|
||||||
* option set to true. Using UI controls that the Google Maps API provides is
|
* "disableDefaultUI" option set to true. Using UI controls that the Google
|
||||||
* not supported by the OpenLayers API.
|
* Maps API provides is not supported by the OpenLayers API. To use this layer,
|
||||||
|
* you must include the GMaps API (<= v3.6) in your html:
|
||||||
|
*
|
||||||
|
* (code)
|
||||||
|
* <script src="http://maps.google.com/maps/api/js?v=3.6&sensor=false"></script>
|
||||||
|
* (end)
|
||||||
*/
|
*/
|
||||||
OpenLayers.Layer.Google.v3 = {
|
OpenLayers.Layer.Google.v3 = {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user