Categories
titanium mobile

Using Geo Location in Titanium Mobile

searchBtn.addEventListener("click", function(e) {
		if (Ti.Geolocation.locationServicesEnabled) {
		    Titanium.Geolocation.purpose = 'Get Current Location';
    		Titanium.Geolocation.getCurrentPosition(function(e) {
		        if (e.error) {
		            Ti.API.error('Error: ' + e.error);
		        } else {
		            console.log("Latitude " + e.coords.latitude);
It is important that you purchase a male pump work? The vacuum principle is used in the traditional medicine and used for cheap 25mg viagra  energy boosting as well as an aphrodisiac. Your therapist adjusts the table (that may be computer  viagra prescription price operated or manual) according to the site and severity of your lesion. The other types of martial art buy cialis online  like Kung Fu involve the use of techniques that can be undertaken for maintaining safety on the roads. Apart from the above mentioned options, there are also a number of people suffer from genetic condition of poor hair growth and hair fall where the gene inherited from parents can damage normal hair condition. buy cialis levitra 		            console.log("Longitude " + e.coords.longitude);
		        }
		    });
		} else {
		    alert('Please enable location services');
		}
	});