Select to view content in your preferred language

ESearch PopUp Map Point

640
0
12-20-2012 09:58 AM
JohnLucotch
Regular Contributor
I was if you could make the location of the popup a feature set and pass that to a geoprocessing task.  I currently have this:

var featureSet:FeatureSet = new FeatureSet();
featureSet.features = [{ geometry: MapPoint }];
var params:Object = {
"Input": featureSet
};
gp.submitJob(params);

Any help would be greatly appreciated.

Thanks
Tags (2)
0 Kudos
0 Replies