Advertisement
sau1

eventoMap

May 12th, 2012
2,783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.    });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement