identifyParams.tolerance = 3;
identifyParams.returnGeometry = true;
identifyParams.layerIds = [0, 1, 2, 3, 4, 5];
identifyParams.geometry = point;
identifyParams.layerOption = IdentifyParameters.LAYER_OPTION_ALL;
identifyParams.width = map.width;
the redline fail.It give the message.cannot read property 'geometry' undefined .
please what should be the reason.Thanks in advance.