|  | GeoLocation Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Opait.Barcoder.QRCode
 Syntax
Syntaxpublic class GeoLocation
The GeoLocation type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GeoLocation | 
            Initializes a new instance of the GeoLocation class.
             | 
|  | GeoLocation(String, String, Boolean) | 
            Initializes a new instance of the GeoLocation class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Latitude | 
            Latitude with period (.) as splitter.
             | 
|  | Longitude | 
            Longitude with period (.) as splitter.
             | 
|  | UseGoogleMaps | 
            A flag to indicate whether to use GoogleMaps coordinates instead of GEO coordinates.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ToString | 
            Formats the payload as input string to the encoder.
            (Overrides ObjectToString.) | 
 See Also
See Also