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.
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.
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?
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?
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.
I hope this helps.
Cheers,
Gareth
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?