UNPKG

alloy

Version:

Appcelerator Titanium MVC Framework

9 lines (7 loc) 215 B
var geo = require('geo'); $.button.addEventListener('click', function(e) { $.textField.blur(); geo.forwardGeocode($.textField.value, function(geodata) { $.trigger('addAnnotation', {geodata: geodata}); }); });