Skip to content

Releases: dpellier/oneMapToRuleThemAll

1.1.0

29 Sep 12:34
Compare
Choose a tag to compare

Add plugins management.

Google Map : clusterer && infobox
Bing Map : clusterer
Baidu : clusterer
Yandex: natively included
ViaMichelin: natively included

=> Need to change the way Map are initiated.
Before: new Map(element, key, options)
After: new Map(element, key, options, plugins)

=> Need to change the way Map are loaded.
Before: map.load(callback, mask, clustered)
After: map.load(callback, mask)

1.0.0

31 Aug 10:21
Compare
Choose a tag to compare

Manage 5 providers:

  • Google Map
  • Bing Map
  • Baidu
  • Yandex
  • Via Michelin

Current functionalities:

  • map customization
  • marker customization
  • clustering and marker cluster customization
  • info window customization
  • direction calculation