Directory

← Back

v-leaflet-googlemutant

Server side api for Leaflet.GridLayer.GoogleMutant

Author

Contributors

Rating

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
Online