Group
Show / Hide Table of Contents

Class GeocodedCoordinates

Represents a lat/lon provided by a 3rd party service

Inheritance
System.Object
GeoCoordinates
GeocodedCoordinates
Inherited Members
GeoCoordinates.Latitude
GeoCoordinates.Longitude
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 GeocodedCoordinates : GeoCoordinates

Properties

| Improve this Doc View Source

Source

The geocoding source, such as Google or Bing

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