<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Locator - Output Spatial Reference in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748400#M19174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry I missed that you were looking at LocationToAddressAsync(), the SpatialReference that you define for the MapPoint parameter is the SpatialReference used for the outSR.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 14:31:49 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-11-18T14:31:49Z</dc:date>
    <item>
      <title>Locator - Output Spatial Reference</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748396#M19170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any chance of supporting the REST outSR (Output Spatial Reference) parameter in the Silverlight API for the Locator.AddressToLocationsAsync and Locator.LocationToAddressAsync methods?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe final release?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now I have to do a seperate project call to the geometry service creating more overhead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the RC and it is good stuff. Keep up the good work!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 11:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748396#M19170</guid>
      <dc:creator>RobChouinard</dc:creator>
      <dc:date>2010-11-17T11:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Locator - Output Spatial Reference</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748397#M19171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Output Spatial Reference is one of the parameters in AddressToLocationAsync. Kindly see this documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.AddressToLocationsParameters_members.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.AddressToLocationsParameters_members.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is supported already, you just need a service that supports it (ArcGIS Server v10 and up) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 20:05:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748397#M19171</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-17T20:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Locator - Output Spatial Reference</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748398#M19172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was working with the locationtoaddress and couldnt find it and still can't. I guess I didn't look close enough at the addresstolocation. Am I over looking for the out spatial reference for the locationtoaddress or is that not included in the API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGISServer 10SP1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SL API 2.1RC&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 23:38:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748398#M19172</guid>
      <dc:creator>RobChouinard</dc:creator>
      <dc:date>2010-11-17T23:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Locator - Output Spatial Reference</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748399#M19173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should be able to perform the following AddressToLocationAsync call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp; public MainPage()
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; InitializeComponent();

&amp;nbsp;&amp;nbsp; Locator l = new Locator("Your GeocodeServer URL - v10 &amp;amp; up");
&amp;nbsp;&amp;nbsp; AddressToLocationsParameters p = new AddressToLocationsParameters()
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; OutSpatialReference = new SpatialReference(4326)
&amp;nbsp;&amp;nbsp; };
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; p.Address["Street"] = "380 New York St.";
&amp;nbsp;&amp;nbsp; p.Address["City"] = "Redlands";
&amp;nbsp;&amp;nbsp; p.Address["State"] = "CA";
&amp;nbsp;&amp;nbsp; p.Address["ZIP"] = "92373";

&amp;nbsp;&amp;nbsp; p.OutFields.Add("*");

&amp;nbsp;&amp;nbsp; l.AddressToLocationsCompleted += l_AddressToLocationsCompleted;
&amp;nbsp;&amp;nbsp; l.AddressToLocationsAsync(p);
&amp;nbsp; }

&amp;nbsp; void l_AddressToLocationsCompleted(object sender, AddressToLocationsEventArgs e)
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; 
&amp;nbsp; }
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748399#M19173</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-12T07:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Locator - Output Spatial Reference</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748400#M19174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry I missed that you were looking at LocationToAddressAsync(), the SpatialReference that you define for the MapPoint parameter is the SpatialReference used for the outSR.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 14:31:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/locator-output-spatial-reference/m-p/748400#M19174</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-18T14:31:49Z</dc:date>
    </item>
  </channel>
</rss>

