<?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 ArcGIS Javascript&amp;nbsp; connecting to external GPS device? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-nbsp-connecting-to-external-gps/m-p/300903#M27605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm tasked with building an application that will run on at least iOS devices.&amp;nbsp; I'd much prefer to make it an HTML5 app and use the Geolocation features provided by that spec.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I haven't been able to find reliable information on is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you use an external GPS device while hooked to an iPad/Droid/Whatever, will the external unit's GPS data be available from the iOS/Droid/Whatever browser, or will it just use the built in GPS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically we need the accuracy of the external GPS device from the ArcGIS Javascript API - or we'll have to build platform specific apps, which wouldn't be good given our overall goals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 04:55:33 GMT</pubDate>
    <dc:creator>StevenSchuldt</dc:creator>
    <dc:date>2012-02-02T04:55:33Z</dc:date>
    <item>
      <title>ArcGIS Javascript  connecting to external GPS device?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-nbsp-connecting-to-external-gps/m-p/300903#M27605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm tasked with building an application that will run on at least iOS devices.&amp;nbsp; I'd much prefer to make it an HTML5 app and use the Geolocation features provided by that spec.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I haven't been able to find reliable information on is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you use an external GPS device while hooked to an iPad/Droid/Whatever, will the external unit's GPS data be available from the iOS/Droid/Whatever browser, or will it just use the built in GPS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically we need the accuracy of the external GPS device from the ArcGIS Javascript API - or we'll have to build platform specific apps, which wouldn't be good given our overall goals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 04:55:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-nbsp-connecting-to-external-gps/m-p/300903#M27605</guid>
      <dc:creator>StevenSchuldt</dc:creator>
      <dc:date>2012-02-02T04:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript  connecting to external GPS device?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-nbsp-connecting-to-external-gps/m-p/300904#M27606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you want to start talking to peripherals, you usually need some kind of SDK from the device manufacturer. I would talk to the company that makes the GPS you're planning to use and see if data from their device(s) is accessible from the browser. I would be surprised if they said yes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 15:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-nbsp-connecting-to-external-gps/m-p/300904#M27606</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-02-03T15:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript  connecting to external GPS device?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-nbsp-connecting-to-external-gps/m-p/300905#M27607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Garmin has developed a javascript api based upon Prototype.&amp;nbsp; It allows end-users to upload/download their Garmin gps units to a website.&amp;nbsp; It's up to you as a developer, to determine what to do with the data.&amp;nbsp; All that it requires from the end-user is that they install a "Plugin" developed by Garmin.&amp;nbsp; I have successfully embedded this Garmin GPS functionality in some of my internal ArcGIS Server Javascript API applications.&amp;nbsp; My work flow allows the end user to connect their Garmin GPS units, "download" the waypoints, which ends up populating a dropdown list in my app.&amp;nbsp; The user can select a waypoint from the dropdown, fill in associated attributes, and then create a map graphic.&amp;nbsp; I then append the map graphics to a feature class (using a geoprocessing service).&amp;nbsp; My workflow allows biologists to collect wildlife observation data (species, quantity, male/female, age, etc.) and associate those attributes to the XY coordinate (waypoint) where the animal was observed.&amp;nbsp; It works great, although I'm struggling with some of the newer Garmin GPS units.&amp;nbsp; Garmin has changed the way that their data is stored and managed on newer devices, and this has created havoc with my application.&amp;nbsp; It still works great with older Garmin devices, but the newer ones are giving me fits!&amp;nbsp; See this link for more info on the Garmin Communicator API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://developer.garmin.com/web-device/garmin-communicator-plugin/"&gt;http://developer.garmin.com/web-device/garmin-communicator-plugin/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 16:07:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-nbsp-connecting-to-external-gps/m-p/300905#M27607</guid>
      <dc:creator>KenMorefield</dc:creator>
      <dc:date>2012-02-03T16:07:57Z</dc:date>
    </item>
  </channel>
</rss>

