Added a note about incompatibility with UI controls provided by the GMaps API. Thanks pwr for pointing this out (see #2736)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10485 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2010-07-13 08:28:16 +00:00
parent ee00417729
commit 67b0c7180f

View File

@@ -11,6 +11,9 @@
* Constant: OpenLayers.Layer.Google.v3
*
* Mixin providing functionality specific to the Google Maps API v3. 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.
*/
OpenLayers.Layer.Google.v3 = {