Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 907 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 907 Bytes

ocaml-marker-clusterer

ocaml binding to the MarkerClusterer JavaScript plugin

What does ocaml-marker-clusterer do ?

This plugin allows you to create MarkerClusterer into your ocaml application

This plugin is a binding to the MarkerClusterer plugin

How to install and compile your project by using this 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

How to use it?

MarkerCLusterer is linked to the googlemapls Java Script plugin, see the googlemap official documentation for more details.

[TODO]