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