Contents
Display Legacy Contents

 Print
    GPS Distance    
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.

     
 

    See also
    Samples

     
     
    Updated: 4/8/2016 12:33 PM