Directory

← Back

v-leaflet-googlemutant

Server side api for Leaflet.GridLayer.GoogleMutant

Author

Rating

Popularity

<100

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");

Compatibility

(Loading compatibility data...)

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.GoogleMutant v-leaflet-googlemutant - Vaadin Add-on Directory
An extension for v-leaflet used to display Google maps baselayers
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

v-leaflet-googlemutant version 1.0.0
Initial release

Online