The Position type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Position(Position) |
Constructs a Position.
|
|
|
Position(Double, Double) |
Constructs a Position.
|
|
|
Position(Latitude, Longitude) |
Constructs a Position.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Distance |
Calculates the distance in kms between two positions.
|
|
|
ToDisplay |
Provides a human readable version of the position as a string.
|
|
|
ToString |
Provides a human readable version of the position using decimal values
as a string.
(Overrides Object..::..ToString()()()().) |