Has anyone been able to get the lat and long from the 'longpress' on the mapview. in debug mode I get the x,y of the map. I am basically trying to achieve the drop pin process.
mapView.addEventListener('longpress', function(e) {
Ti.API.info(e);
});
2 Answers
Looking at the API (Ti.Map.View) I don't see that longpress is listed as an event. While it may fire, it isn't listed as passing mapview specific events.
OK so you can’t help, that's all you had to say. I don't need a failed attempt of a dissertation or argument on a Q & A page.yawn you bore me.
Your Answer
This question has been locked and cannot accept new answers.