Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. mapview.addEventListener('click', function(e){
  2.      Ti.API.info('La anotacion id: ' + e.source.id);
  3.      Ti.API.info('El botón de la anotacion ha sido tocado: ' +
  4.    e.clicksource);
  5.    });