adjust frontend to changes in the backed (removal of google data)
Compare changes
Files
8+ 12
− 15
@@ -9,18 +9,17 @@ To listen for specific events, plugins can use the `addListener` method in `even
@@ -9,18 +9,17 @@ To listen for specific events, plugins can use the `addListener` method in `even
- onAddDataOverlay - triggered after successfully adding an overlay; the created overlay is passed as an argument. Example argument:
@@ -32,10 +31,9 @@ To listen for specific events, plugins can use the `addListener` method in `even
@@ -32,10 +31,9 @@ To listen for specific events, plugins can use the `addListener` method in `even
- onShowOverlay - triggered after displaying an overlay on the map; the displayed overlay is passed as an argument. Example argument:
@@ -49,10 +47,9 @@ To listen for specific events, plugins can use the `addListener` method in `even
@@ -49,10 +47,9 @@ To listen for specific events, plugins can use the `addListener` method in `even
- onHideOverlay - triggered after disabling an overlay on the map; the disabled overlay is passed as an argument. Example argument: