Click or drag to resize
RecognitionContextSetGeographicalLocation Method
Set the geographical location.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
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.

See Also