Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Tabris.js Maps Example

Prerequisites

To run the example it is recommended to use the Tabris.js CLI.

Android

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.

Running the Example

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