|
EarthDistance Method
|
Returns the distance, in meters, between two geographical coordinates.
Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.207.0 (2.4.207.0)
Syntax function Distance(coordinate1, coordinate2);
View SourceParameters
- coordinate1 GeoCoordinate
- The first geographical coordinate.
- coordinate2 GeoCoordinate
- The second geographical coordinate.
Return Value
DoubleThe distance between two geographical coordinates.
See Also