The-M-Project
The-M-Project copied to clipboard
Possibility to pass libraries array to MapView (based on Google Maps)
Right now, it's only possible to load the places library additionaly (via loadPlacesLibrary flag). It should be possible to pass an array of libraries that shall be loaded on Google Maps script insertion, e.g.
M.MapView.design({
loadLibraries: ['places', 'geometry'],
...