Hello,I'm trying to use an locator task with defining a ouput spatial reference.locator = new esri.tasks.Locator("http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Locators/ESRI_Geocode_EU/GeocodeServer");
locator.setOutSpatialReference(new esri.SpatialReference({wkid:2154}));
But the result is still in geographics ccordinates.Does anyone have an idea ?Thanks