CodeGlyphX logo
CodeGlyphX

API Reference

Class

Geo

Namespace CodeGlyphX.Payloads.QrParsedData
Assembly CodeGlyphX
Implements
IEquatable<Geo>
Modifiers sealed

Geo payload.

Inheritance

  • Object
  • Geo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public Geo(Double Latitude, Double Longitude, Nullable<Double> Altitude) #

Geo payload.

Parameters

Latitude System.Double requiredposition: 0
Longitude System.Double requiredposition: 1
Altitude System.Nullable{System.Double} requiredposition: 2

Methods

public Geo <Clone>$() #
Returns: Geo
public Void Deconstruct(out Double Latitude, out Double Longitude, out Nullable<Double> Altitude) #
Returns: Void

Parameters

Latitude Double requiredposition: 0
Longitude Double requiredposition: 1
Altitude Nullable<Double> requiredposition: 2
public virtual Boolean Equals(Geo other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public Double Latitude { get; set; } #
public Double Longitude { get; set; } #
public Nullable<Double> Altitude { get; set; } #