IUserAccessiableSubjectGPSLocation Property |
Used in order to set your currently captured Latitude and longitude that will be associated to the current Interview.
Can be used for example when a surveyor will use a manual used GPS and will manually enter the coordinates.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax Examples If I want to set my own longitude and latitude
I can use this function like this, for example:
SubjectGPSLocation.Latitude=25.776;
SubjectGPSLocation.Longitude=92.421;
See Also