<?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 Scripting - Is GPS being Used. in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697030#M5053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just because Application.GPS.IsOpen returns true, doesn't mean GPS is being used to plot points, It just means GPS is On. I need to know when the user clicks ok if the feature being added was created using GPS or Digitize. Can anyone tell me the property I need to access to determine this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 19:46:18 GMT</pubDate>
    <dc:creator>TimothyPower</dc:creator>
    <dc:date>2013-03-19T19:46:18Z</dc:date>
    <item>
      <title>Scripting - Is GPS being Used.</title>
      <link>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697030#M5053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just because Application.GPS.IsOpen returns true, doesn't mean GPS is being used to plot points, It just means GPS is On. I need to know when the user clicks ok if the feature being added was created using GPS or Digitize. Can anyone tell me the property I need to access to determine this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 19:46:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697030#M5053</guid>
      <dc:creator>TimothyPower</dc:creator>
      <dc:date>2013-03-19T19:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting - Is GPS being Used.</title>
      <link>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697031#M5054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Timothy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The quickest solution I can think of would be to set Averaging on and then check the GPS.OnAverageStart property. You can still have averaging as a single location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gareth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 23:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697031#M5054</guid>
      <dc:creator>GarethWalters</dc:creator>
      <dc:date>2013-03-20T23:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting - Is GPS being Used.</title>
      <link>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697032#M5055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I try this than I guess I can assume if they are Not using GPS to plot their points, OnAverageStart would have a value of zero?, Or Null?, or Nothing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 16:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697032#M5055</guid>
      <dc:creator>TimothyPower</dc:creator>
      <dc:date>2013-03-25T16:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting - Is GPS being Used.</title>
      <link>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697033#M5056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I try this than I guess I can assume if they are NOT using GPS to plot their points, OnAverageStart would have a value of zero?, Or Null?, or Nothing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 16:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697033#M5056</guid>
      <dc:creator>TimothyPower</dc:creator>
      <dc:date>2013-03-25T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting - Is GPS being Used.</title>
      <link>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697034#M5057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Timothy,&lt;BR /&gt;&lt;BR /&gt;The quickest solution I can think of would be to set Averaging on and then check the GPS.OnAverageStart property. You can still have averaging as a single location.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Gareth&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try this than I guess I can assume if they are Not using GPS to plot their points, OnAverageStart would have a value of zero?, Or Null?, or Nothing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 19:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/scripting-is-gps-being-used/m-p/697034#M5057</guid>
      <dc:creator>TimothyPower</dc:creator>
      <dc:date>2013-03-25T19:58:12Z</dc:date>
    </item>
  </channel>
</rss>

