 | GeoLocation Constructor (String, String, Boolean) |
Namespace:
Opait.Barcoder.QRCode
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic 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