Group
Show / Hide Table of Contents

Class GeoCoordinates

Represents a lat/lon

Inheritance
System.Object
GeoCoordinates
GeocodedCoordinates
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class GeoCoordinates

Properties

| Improve this Doc View Source

Latitude

The latitude, in degrees

Declaration
public double Latitude { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Longitude

The longitude, in degrees

Declaration
public double Longitude { get; set; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾