Sunday, 1 April 2018

geocoding - How to get first, most current coordinate in GeoCoordinateWatcher?


It seems like when I have an app that uses a GeoCoordinateWatcher and I attempt to get the first coordinate, it always pulls the last coordinate that the GPS used first when raising the PositionChanged event. It's not always the first PositionChanged event, but the last time an app used a GeoCoordinateWatcher.


Any idea why this would be the case? I understand that it also tracks the GPS entry when the device just sits and looks like its not (due to the sensitivity).




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...