google-maps-leaflet-tile-layer 1.0.3
Install from the command line:
Learn more about npm packages
$ npm install @eisberg-labs/google-maps-leaflet-tile-layer@1.0.3
Install via package.json:
"@eisberg-labs/google-maps-leaflet-tile-layer": "1.0.3"
About this version
Google Maps tile layer for react leaflet.
If you 👍 or use this project, consider giving it a ★, thanks! 🙌
Prerequisite is to have material library already installed.
npm i --save [email protected] react-leaflet@^4.2.0
As for the google-maps-leaflet-tile-layer:
npm i --save @eisberg-labs/google-maps-leaflet-tile-layer
Take a look at Storybook examples for example usage.
<MapContainer id="map" zoom={15} center={[0, 0]}>
<GoogleLayer maxZoom={20}/>
</MapContainer>
Name | Type | Default | Description |
---|---|---|---|
subdomains | string[] |
['mt0', 'mt1', 'mt2'] |
If one subdomain is down, try another. |
MIT © Eisberg Labs