TESBPosition Type
Represents a Geographical Postion in Latitude and Longitude.

Unit
QESBPCSGlobals

Declaration

TESBPosition = record
          Latitude: Extended;
          Longitude: Extended;
     end;

Description
Both are measured in degrees.

-90 <= Latitude <= 90, with Positive implying North, Negative implying South.

-180 <= Longitude <= 180, with Positive implying East, Negative implying West.

Latitude of 0 is the Equator, 90 is the North Pole, -90 is the South Pole.

Longitude of 0 is the Greenwich meridian, 180 = -180 and is known as the DateLine.


HTML generated by Time2HELP
http://www.time2help.com