Parameters for Input Data
CalculateDistance takes latitude and longitude information as input.
The table below defines the CalculateDistance input data.
Parameter | Description |
---|---|
Data.FirstLatitude |
Latitude of the first point for which you want distance returned. |
Data.FirstLatitude.Directional |
First latitude directional.
|
Data.FirstLongitude |
Longitude of the first point for which you want distance returned. |
Data.FirstLongitude.Directional |
First longitude directional.
|
Data.SecondLatitude |
Latitude of the second point for which you want distance returned. |
Data.SecondLatitude.Directional |
Second latitude directional.
|
Data.SecondLongitude |
Longitude of the second point for which you want distance returned. |
Data.SecondLongitude.Directional |
Second longitude directional.
|