Click or drag to resize

RecognitionContextSetGeographicalLocation Method

Set the geographical location.

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public void SetGeographicalLocation(
	float latitude,
	float longitude
)

Parameters

latitude
Type: SystemSingle
the latitude (north) in WGS84 coordinates.
longitude
Type: SystemSingle
the longitude (east) in WGS84 coordinates.
Remarks

Set the location at which the device currently is according to its location services. This is optional information, which, when provided, is transmitted to Scanalytics.

The coordinate for Zurich, Switzerland would be 47.366667, 8.55.

Version Information

Supported in: 1.0
See Also