Skip to content

morinel/mapsme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanium Module to open the Maps.ME app

gitTio

Make sure you installed the Android SDK and NDK and the settings for appc ti config are correct for your system. Then run:

$ appc ti build -p android --build-only

A zip file will be created in the dist folder.

Usage

var ret = require("nl.vanvianen.mapsme").openMapsMe({
	lat: 48.8582,
	lon: 2.2945
	name: 'Eiffel Tower'
});
if (!ret) {
	alert('Maps.ME is not installed');
}

About

Titanium module to open Maps.ME app for Android

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published