The Position type exposes the following members.

Constructors

  Name Description
Public method Position(Position)
Constructs a Position.
Public method Position(Double, Double)
Constructs a Position.
Public method Position(Latitude, Longitude)
Constructs a Position.

Methods

  Name Description
Public method Static member Distance
Calculates the distance in kms between two positions.
Public method ToDisplay
Provides a human readable version of the position as a string.
Public method ToString
Provides a human readable version of the position using decimal values as a string.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Latitude
Latitude of the position.
Public property Longitude
Longitude of the position.

See Also