RecognitionContextSetGeographicalLocation Method |
Set the geographical location.
Namespace:
Scandit.Recognition
Assembly:
Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.18.0.10 (5.18.0.10)
Syntax public void SetGeographicalLocation(
float latitude,
float longitude
)
Public Sub SetGeographicalLocation (
latitude As Single,
longitude As Single
)
public:
void SetGeographicalLocation(
float latitude,
float longitude
)
member SetGeographicalLocation :
latitude : float32 *
longitude : float32 -> unit
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