JMap.Extension

We introduced the notion of extension in JMap.

We designed a mecanism for our needs, that could loads optional plugins for JMap.

This mecanism provide a clean way to integrate in JMap your own extension plugin.

You can create an object that implement the interface JCoreExtension, and register it from this section.

By example you register an extension with id="MyCompany"".

You can defined your own Redux reducer that will react to all actions trigerred. In the store your data will be located at external.MyCompany.

You can defined your own JMap related services, that will be accessible at this location : JMap.Extension.MyCompany

And you also can integrate your own mouseover (for more details look in JMap.MouseOver documentation).

Index

Functions