ISimpleCoordinates SubjectGPSLocation()
Description
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.
Return Type
ISimpleCoordinates
Example
If I want to set my own longitude and latitude
I can use this function like this, for example:
SubjectGPSLocation = CreateCoords(25.776, 92.421);
Comments
Please sign in to leave a comment.