Click or drag to resize

GeoLocation Constructor (String, String, Boolean)

Initializes a new instance of the GeoLocation class.

Namespace:  Opait.Barcode.QRCode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.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