Добый день.
Возможно что-то подобное:
var myGeocoder = ymaps.geocode(loc,{results:1,myData:123});
myGeocoder.then(
function(res){
this.properties.get('myData')
},function(err){
}
);