/ocaml-cordova-plugin-geolocation-example

Example of the binding to the geolocation cordova plugin.

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

ocaml-cordova-plugin-geolocation-example

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