If you need to use Google’s tiles in LeafletJS, you can follow the same URL structure as OpenStreetMap. The tile servers are mt0 .. mt3, and the XYZ are specified a little differently. Here you go:
1 2 3 4 5 | subdomains : [ 'mt0' , 'mt1' , 'mt2' , 'mt3' ], maxZoom: 18 }).addTo(map); |