<< Previous | Next >>

gps_ground_distance

float gps_ground_distance( GPSPosition * a, GPSPosition * b );

Description

Calculates ground distance (in km) between two geographical points. (Uses spherical earth model.)

Parameters

a
First point.

b
Second point.

Return value

Distance in kilometers.

Library

GPS.LIB


Dynamic C Functions << Previous | Next >> rabbit.com