Gets the distance and bearing between two GPS coordinates.
Parameters
|
Longitude 1 <unquoted string> |
|
The control or variable that represents the longitude coordinates of GPS from point 1. |
|
|
Latitude 1 <unquoted string> |
|
The control or variable that represents the longitude coordinates of GPS from point 1. |
|
|
Longitude 2 <unquoted string> |
|
The control or variable that represents the longitude coordinates of GPS from point 2. |
|
|
Latitude 2 <unquoted string> |
|
The control or variable that represents the longitude coordinates of GPS from point 2. |
|
|
Distance (m) <unquoted string> |
|
The control or variable that saves the distance, in meters, between point 1 to point 2. |
|
|
Bearing (º) <unquoted string> |
|
The control or variable that saves the bearing, in degrees, between point 1 to point 2. |
|
Updated: 3/22/2018 10:22 AM
|