| 
            
              CoordinateReferenceSystemDistance Method
             | 
          
        
        
            Returns the distance between two geographical coordinates.
            
        
        Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.258.0 (2.4.258.0)
Syntaxfunction 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