To run the example it is recommended to use the Tabris.js CLI.
Running the example on Android requires a valid Google Maps API key. The documentation for the Google Maps API explains how to acquire an API key.
Using the Tabris.js CLI the example can be started by running:
$ tabris run <platform>When running this example on Android, the Google Maps API key can also be provided by setting an environment variable. The Tabris.js CLI will replace the placeholder in the config.xml with the given API key:
$ ANDROID_API_KEY=<google-maps-api-key> tabris run android