<?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 Access ArcGIS Location component in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/access-arcgis-location-component/m-p/1539938#M981</link>
    <description>&lt;P&gt;I am trying to set the location of a GO with an attached ArcGISLocation component. When I use "this.GetComponent&amp;lt;ArcGISLocationComponent&amp;gt;().Position = new Esri.GameEngine.Geometry.ArcGISPoint(position);", I get Renderer errors that crash Unity. I've isolated the issue to that line of code, but cannot figure why it crashed game mode in Unity. Any ideas?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2024 13:45:07 GMT</pubDate>
    <dc:creator>MatthewCorbett</dc:creator>
    <dc:date>2024-09-18T13:45:07Z</dc:date>
    <item>
      <title>Access ArcGIS Location component</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/access-arcgis-location-component/m-p/1539938#M981</link>
      <description>&lt;P&gt;I am trying to set the location of a GO with an attached ArcGISLocation component. When I use "this.GetComponent&amp;lt;ArcGISLocationComponent&amp;gt;().Position = new Esri.GameEngine.Geometry.ArcGISPoint(position);", I get Renderer errors that crash Unity. I've isolated the issue to that line of code, but cannot figure why it crashed game mode in Unity. Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 13:45:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/access-arcgis-location-component/m-p/1539938#M981</guid>
      <dc:creator>MatthewCorbett</dc:creator>
      <dc:date>2024-09-18T13:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS Location component</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/access-arcgis-location-component/m-p/1540182#M982</link>
      <description>&lt;P&gt;Not sure what is the "position" that you are passing to ArcGISPoint, but you may create a new point like this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;new ArcGISPoint(longitude, latitude, altitude, ArcGISSpatialReference.WGS84());&lt;/LI-CODE&gt;&lt;P&gt;or&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;new ArcGISPoint(x, y, z, new ArcGISSpatialReference(3857));&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 21:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/access-arcgis-location-component/m-p/1540182#M982</guid>
      <dc:creator>AShahbaz</dc:creator>
      <dc:date>2024-09-18T21:44:36Z</dc:date>
    </item>
  </channel>
</rss>

