The-M-Project icon indicating copy to clipboard operation
The-M-Project copied to clipboard

Possibility to pass libraries array to MapView (based on Google Maps)

Open sebastianwerler opened this issue 13 years ago • 0 comments

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'],
  ...

sebastianwerler avatar Aug 31 '12 07:08 sebastianwerler