[]
Gets the distance, in meters, between two points in the unit of this coordinate system.
public double Distance(Point longLat1, Point longLat2)
Type | Name | Description |
---|---|---|
Point | longLat1 | The first point. |
Point | longLat2 | The second point. |
Type | Description |
---|---|
double | The meters between the given two points. |