torque/docs/reference/10-Google-maps-layers.md
2018-04-12 13:05:14 +02:00

523 B

Google Maps Layers

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 reference in Google Maps API doc.

Options
Name Description
map A google.maps.Map instance