Skip to content

andreasmihm/tabrisjs-maps-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabris.js Maps Example

Prerequisites

Download and extract a current Tabris.js platform.

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. It can be configured in the config.xml:

<plugin name="tabris-plugin-maps" spec="3.0.0">
  <variable name="ANDROID_API_KEY" value="Your Google Maps API key" />
</plugin>

Running the Example

$ cd www
$ npm install
$ cordova platform add PLATFORM_PATH
$ cordova run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published