ocaml-cordova-plugin-geolocation-example

December 20, 2016 ยท View on GitHub

This is an example of the binding to the cordova-plugin-geolocation. See the binding here.

How to compile?

1. Initialize the project directory with

make init

3. Run (and build).

# Run on Android
make run_android
# Run on iOS
make run_ios