v-leaflet-googlemutant
Server side api for Leaflet.GridLayer.GoogleMutant
An extension for v-leaflet used to display Google maps baselayers
Sample code
final LGoogleMutant roadmap = new LGoogleMutant(LGoogleMutant.Type.ROADMAP); final LGoogleMutant satellite = new LGoogleMutant(LGoogleMutant.Type.SATELLITE); final LGoogleMutant terrain = new LGoogleMutant(LGoogleMutant.Type.TERRAIN);
leafletMap.addBaseLayer(roadmap, "Google Roadmap"); leafletMap.addBaseLayer(satellite, "Google Satellite"); leafletMap.addBaseLayer(terrain, "Google Terrain");
Links
- Source Code
- Issue Tracker
- g-leaflet-googlemutant - Lightweight GWT API for Leaflet.GridLayer.GoogleMutant
- Leaflet.GridLayer.GoogleMutant JS library, the the real workhorse behind all this
- Alternative Google Maps base layer addon
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Initial release
- Released
- 2017-10-12
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 8.0+
- Browser
- Browser Independent
v-leaflet-googlemutant - Vaadin Add-on Directory
Server side api for Leaflet.GridLayer.GoogleMutantAn extension for v-leaflet used to display Google maps baselayers
Source CodeIssue Tracker
g-leaflet-googlemutant - Lightweight GWT API for Leaflet.GridLayer.GoogleMutant
Leaflet.GridLayer.GoogleMutant JS library, the the real workhorse behind all this
Alternative Google Maps base layer addon
v-leaflet-googlemutant version 1.0.0
Initial release