<?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: V100.2 compass tool in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/v100-2-compass-tool/m-p/541885#M2772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Compass is located here -&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-toolkit-qt/tree/master/Import/Esri/ArcGISRuntime/Toolkit/Controls/CppApi" title="https://github.com/Esri/arcgis-runtime-toolkit-qt/tree/master/Import/Esri/ArcGISRuntime/Toolkit/Controls/CppApi"&gt;arcgis-runtime-toolkit-qt/Import/Esri/ArcGISRuntime/Toolkit/Controls/CppApi at master · Esri/arcgis-runtime-toolkit-qt ·…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is currently a QML control that works with our C++ API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't yet have an example for how to use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jan 2018 16:06:12 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2018-01-04T16:06:12Z</dc:date>
    <item>
      <title>V100.2 compass tool</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/v100-2-compass-tool/m-p/541884#M2771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy New Year!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The relase notes of V100.2 (&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/release-notes.htm" title="https://developers.arcgis.com/qt/latest/cpp/guide/release-notes.htm"&gt;Release notes for 100.2.0—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt; ) mentions a &lt;STRONG&gt;compass tool&lt;/STRONG&gt;:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;The compass tool displays the heading of a map or scene when the view is rotated. The tool implements a method that resets the heading of a view back to zero. The UI component included with this tool is represented by a simple compass rose that points to north (zero heading) in the view.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How can i use this tool? Which classes? Where is an example?&lt;/P&gt;&lt;P&gt;Is it really included?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 10:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/v100-2-compass-tool/m-p/541884#M2771</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2018-01-03T10:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: V100.2 compass tool</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/v100-2-compass-tool/m-p/541885#M2772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Compass is located here -&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-toolkit-qt/tree/master/Import/Esri/ArcGISRuntime/Toolkit/Controls/CppApi" title="https://github.com/Esri/arcgis-runtime-toolkit-qt/tree/master/Import/Esri/ArcGISRuntime/Toolkit/Controls/CppApi"&gt;arcgis-runtime-toolkit-qt/Import/Esri/ArcGISRuntime/Toolkit/Controls/CppApi at master · Esri/arcgis-runtime-toolkit-qt ·…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is currently a QML control that works with our C++ API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't yet have an example for how to use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 16:06:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/v100-2-compass-tool/m-p/541885#M2772</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2018-01-04T16:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: V100.2 compass tool</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/v100-2-compass-tool/m-p/541886#M2773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the QML based version does not fit to our widghet based application.&lt;/P&gt;&lt;P&gt;A widget based compass will be released with the next patch in Q1/2018?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea behind quartz (V100) was to support all platforms with in a uniform way, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 08:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/v100-2-compass-tool/m-p/541886#M2773</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2018-01-05T08:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: V100.2 compass tool</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/v100-2-compass-tool/m-p/541887#M2774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Norbert,&lt;/P&gt;&lt;P&gt;Greetings from Redlands. While the ArcGIS Runtime APIs are built atop Runtime core and provide consistent functionality across supported platforms, the toolkits serve another purpose. The toolkits provide auxiliary functionality that is apart from the APIs. For example, prior to v100.2, the toolkit provided with the ArcGIS Runtime Qt API provided functionality (like file system access) that was not in Qt QML (from the Qt Company) but was sometimes needed to write apps using just QML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ArcGISCompass tool is for use with your Qt Quick UI implementation &lt;A href="https://developers.arcgis.com/qt/latest/qml/guide/qt-sdk-best-practices.htm#ESRI_SECTION2_241C469FF50E42349324E0273F87CADD" rel="nofollow noopener noreferrer" target="_blank"&gt;when you write a C++ app with a QML UI&lt;/A&gt;. Under the covers, the ArcGISCompass tool is implemented using ArcGIS Runtime for Qt C++ API because the C++ API is the one you use in this type of app. (The QML and C++ APIs cannot be used together in the same app.)&lt;/P&gt;&lt;P&gt;Here's a simple example of its use in a QML UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Toolkit&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Controls&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CppApi &lt;SPAN class="number token"&gt;100.2&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;// . . .&lt;/SPAN&gt;
SceneView &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;// ... (some SceneView component declarations...)&lt;/SPAN&gt;

&amp;nbsp; ArcGISCompass &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; id&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; compass
&amp;nbsp;&amp;nbsp;&amp;nbsp; autoHideCompass&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;false&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/v100-2-compass-tool/m-p/541887#M2774</guid>
      <dc:creator>ThomasDunn</dc:creator>
      <dc:date>2021-12-11T23:29:52Z</dc:date>
    </item>
  </channel>
</rss>

