I wan to retrieve my results that are stored inside the /geoCodes/geocode. I manage to insert values into it but I am unable to get the results to display in my html.
// maplink sample: http://maps.google.com/?q=37.2110625,-121.8054238
var maplink = "http://maps.google.com/?q=" + lat + "," + lng;
console.log('maplink is ' + maplink);
// make a callback function cb
cb(null,maplink);