Class GeoCoordinates
- Namespace
- Textkernel.Tx.Models
- Assembly
- Textkernel.Tx.SDK.dll
Represents a lat/lon
public class GeoCoordinates
- Inheritance
-
GeoCoordinates
- Derived
- Inherited Members
Properties
Latitude
The latitude, in degrees
public double Latitude { get; set; }
Property Value
Longitude
The longitude, in degrees
public double Longitude { get; set; }