Update 12-Google-maps-layers.md

This commit is contained in:
Iñigo Medina 2018-04-13 10:58:25 +02:00 committed by GitHub
parent a01dd84505
commit 9012fd7d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
### Google Maps Layers
## Google Maps Layers
#### GMapsTorqueLayer(_options_)
### GMapsTorqueLayer(_options_)
This class does exactly the same as ``L.TorqueLayer`` but using Google Maps instead. The main difference is that this class
is not a layer but is an overlay, so in order to add it to the a map use, ``layer.setMap`` instead of ``overlayMapTypes``. See the [Overlay View](https://developers.google.com/maps/documentation/javascript/reference#OverlayView) reference in Google Maps API doc.
##### Options
#### Options
Name | Description
--- | ---