Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 536 Bytes

File metadata and controls

24 lines (18 loc) · 536 Bytes

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');
}