Click or drag to resize

GeoLocation Constructor (String, String, Boolean)

Initializes a new instance of the GeoLocation class.

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public GeoLocation(
	string latitude,
	string longitude,
	bool useGoogleMaps = false
)

Parameters

latitude
Type: SystemString
The latitude value.
longitude
Type: SystemString
The longitude value.
useGoogleMaps (Optional)
Type: SystemBoolean
A flag indicating whether to use Google Maps.
See Also