NAME

Geo::Coordinates::VandH::XS

SYNOPSIS

  use Geo::Coordinates::VandH::XS 'all';
  my( $v, $h ) = toVH( $lat, $lon );
  my( $lat, $long ) = toLatLon( $v, $h );
  my $distance = distance( $v1, $h1, $v2, $h2 );
  my $degrees = degrees($radians);
  my $radians = radians($degrees);

DESCRIPTION

Convert and Manipulate telco V & H coordinates both to and from Lat/Lon and calculate the distance between pairs of V&H co-orods.

Latitude and longtitude are in degrees. Utility conversion funtions are available to convert degrees <-> radians

EXPORT

None by default.

AUTHOR

Dr James Freeman, <james.freeman[AT]id3.org.uk<gt>

SEE ALSO

perl.