I'm currently updating the Geocoder in WAB to work like the link below but I can't figure out how to add a marker when an address is found. Can someone tell me why this code is not adding a graphic after inputting an address in the geocoder?
Trigger Layer(s) Popup with Feature.Geometry
onFindResults: function(results) {
//Check to see if the user typed an MGRS or USNG string
this.lastMgrsResult = this.lookupMgrs(results.results.value);
if (null !== this.lastMgrsResult) {
// Get reference ellipsoid coordinates of the current coordinate system
// var mapWkid = this.map.spatialReference.wkid;
// var srWkid = csUtils.isProjectedCS(mapWkid) ?