Computes the distance betweeen two given geo coordinates in meters.
Namespace: Ico.EwxAssembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public double Distance( LatLong l1, LatLong l2 ) |
| Visual Basic |
|---|
Public Function Distance ( _ l1 As LatLong, _ l2 As LatLong _ ) As Double |
| JScript |
|---|
public function Distance( l1 : LatLong, l2 : LatLong ) : double |
Parameters
- l1
- Type: LatLong
- l2
- Type: LatLong