<?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: GPS layer Mode for Navigation Java 10.2.4 in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/gps-layer-mode-for-navigation-java-10-2-4/m-p/394902#M1209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, worked like a charm. I am directly connected to the feed on my GPS hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/243974_gps_vehicle.PNG" style="width: 620px; height: 340px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2016 15:52:31 GMT</pubDate>
    <dc:creator>thomasbales</dc:creator>
    <dc:date>2016-10-12T15:52:31Z</dc:date>
    <item>
      <title>GPS layer Mode for Navigation Java 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/gps-layer-mode-for-navigation-java-10-2-4/m-p/394900#M1207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have a quick example on how to turn the graphicLayer (gpsLayer) to a real&amp;nbsp;gpsLayer in the &lt;/P&gt;&lt;P&gt;GPSComApp example code? I would like to keep the sample code as intact as possible but I would like to enable navigation or autopan modes on the graphic in this application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 21:25:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/gps-layer-mode-for-navigation-java-10-2-4/m-p/394900#M1207</guid>
      <dc:creator>thomasbales</dc:creator>
      <dc:date>2016-10-08T21:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: GPS layer Mode for Navigation Java 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/gps-layer-mode-for-navigation-java-10-2-4/m-p/394901#M1208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at GPS Layer modes example. Just initialize GPSLayer with SerialPortGPSWatcher. It should work.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;GPSEventListener gpsListener &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;MyGeoPositionListener&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;jMap&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; graphicsLayer&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
gpsWatcher &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;SerialPortGPSWatcher&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;gpsListener&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
gpsLayer &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;GPSLayer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;gpsWatcher&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class=""&gt;Regards,
Adam&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/gps-layer-mode-for-navigation-java-10-2-4/m-p/394901#M1208</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2021-12-11T18:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: GPS layer Mode for Navigation Java 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/gps-layer-mode-for-navigation-java-10-2-4/m-p/394902#M1209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, worked like a charm. I am directly connected to the feed on my GPS hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/243974_gps_vehicle.PNG" style="width: 620px; height: 340px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 15:52:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/gps-layer-mode-for-navigation-java-10-2-4/m-p/394902#M1209</guid>
      <dc:creator>thomasbales</dc:creator>
      <dc:date>2016-10-12T15:52:31Z</dc:date>
    </item>
  </channel>
</rss>

