Click or drag to resize

GeoLocation Class

Generates a geographic location payload. Supports raw location, as well as, links to Google Maps.
Inheritance Hierarchy
SystemObject
  Opait.Barcode.QRCodeGeoLocation

Namespace:  Opait.Barcode.QRCode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public class GeoLocation

The GeoLocation type exposes the following members.

Constructors
  NameDescription
Public methodGeoLocation
Initializes a new instance of the GeoLocation class.
Public methodGeoLocation(String, String, Boolean)
Initializes a new instance of the GeoLocation class.
Top
Properties
  NameDescription
Public propertyLatitude
Latitude with period (.) as splitter.
Public propertyLongitude
Longitude with period (.) as splitter.
Public propertyUseGoogleMaps
A flag to indicate whether to use GoogleMaps coordinates instead of GEO coordinates.
Top
Methods
See Also