Class GeoHelper
Provides methods that helps to work with geo data
Inheritance
System.Object
GeoHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Telematic
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public static class GeoHelper
Methods
| Improve this Doc View SourceGetDistance(Double, Double, Double, Double)
Get the distance between two geo coordinates
Declaration
public static double GetDistance(double latitudeFrom, double longitudeFrom, double latitudeTo, double longitudeTo)
Parameters
Type | Name | Description |
---|---|---|
System.Double | latitudeFrom | From latitude |
System.Double | longitudeFrom | From longitude |
System.Double | latitudeTo | To latitude |
System.Double | longitudeTo | To longitude |
Returns
Type | Description |
---|---|
System.Double | Distance in meter |