Property | Type | Description | |
---|---|---|---|
Latitude | double | ||
Longitude | double |
Method | Description | |
---|---|---|
Distance ( |
Calculates the distance (in km) between two specified
|
|
DistanceTo ( |
Calculates the distance (in km) between the current point and the
|
|
LatLng ( double latitude, double longitude ) : System |
Initialises a new instance of the LatLng class.
|
|
MidPoint ( |
Calculates the midpoint between two specified
|
|
MidpointTo ( |
Calculates the midpoint between the current point and the
|
|
ToString ( ) : string |
Returns a string that represents this instance.
|
public static Distance ( |
||
pointOne | The first point to use in the calculation. | |
pointTwo | The second point to use in the calculation. | |
calculation | DistanceCalculation |
/// |
return | double |
public DistanceTo ( |
||
otherPoint | The point we want to calculate the distance to. | |
calculation | DistanceCalculation |
/// |
return | double |
public LatLng ( double latitude, double longitude ) : System | ||
latitude | double | The Latitude of the point. |
longitude | double | The Longitude of the point. |
return | System |
public static MidPoint ( |
||
pointOne | The first point to use in the calculation. | |
pointTwo | The second point to use in the calculation. | |
return |
public MidpointTo ( |
||
otherPoint | The other point to use in the calculation. | |
return |