[]
Returns the distance, in meters, between two geographic coordinates.
public double Distance(Point longLat1, Point longLat2)
Type | Name | Description |
---|---|---|
Point | longLat1 | The first geographic coordinate. |
Point | longLat2 | The second geographic coordinate. |
Type | Description |
---|---|
double | The distance, in meters, between the two geographic coordinates. |