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.Barcoder.QRCodeGeoLocation

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