ocaml binding to the MarkerClusterer
JavaScript plugin
This plugin allows you to create MarkerClusterer
into your ocaml
application
This plugin is a binding to the MarkerClusterer plugin
You can use opam by pinning the repository with:
opam pin add marker-clusterer https://github.com/besport/ocaml-marker-clusterer
To compile your project, use:
dune build @install
Finally, install the "marker-clusterer" plugin with:
cordova plugin add marker-clusterer
MarkerCLusterer
is linked to the googlemapls
Java Script plugin, see
the googlemap official
documentation
for more details.
[TODO]