I am writing a Windows 10 WPF .Net Core data collection application that incorporates a map. What I would like to be able to do is to collect the GPS point for the current location and use that to store the Lat/Long in a data record. All the examples I have seen thus far have used Windows Location service to display the location on the map via the LocationDataSource. I haven't seen a way to get the current location directly.
I have a couple of questions:
1. How can I get the Lat/Long of the current location along with horizontal error and such on a button click?
2. Does an attached external GPS receiver automatically work with Windows Location Services
3. Does anyone have any recommendations for Bluetooth or USB GPS receivers for use with ARCgis Runtime for WPF .Net Core?
Thanks,
Ken