//

1433
3
02-23-2017 02:07 PM
_____
by
New Member
 
0 Kudos
3 Replies
EricIto
New Contributor III

Hello Ian, 

The reason you are seeing this difference is that your coworker is most likely using Apple's CoreLocation framework to get GPS information. Apple will only report 5m accuracy through CoreLocation with external receivers. Collector is connecting to the receiver via the ExternalAccessory framework and parsing the raw NMEA data from it directly. 

0 Kudos
_____
by
New Member

//

0 Kudos
EricIto
New Contributor III

Ian, 

Here is the Accessory Framework doc: ExternalAccessory | Apple Developer Documentation 

Here is the wiki page outlining the NMEA spec: NMEA 0183 - Wikipedia 

I'm not sure what your coworker is trying to achieve, but we also have some utilties to launch Collector from your application (maybe you can defer your data collection to Collector): GitHub - Esri/collector-integration: Multi Language repository that contains documentation and sampl... 

0 Kudos