adellamano

Results 1 comments of adellamano

I modified the showMap function in MapKit.js: showMap: function(success, error, options) { for (var v in options) { if (options.hasOwnProperty(v)) { this.options[v] = options[v]; } } cordovaRef.exec(success, error, 'MapKit', 'showMap',...