[]
Initializes a new instance of the GeoPoint class.
public GeoPoint(double x, double y)
| Type | Name | Description |
|---|---|---|
| double | x | The x-coordinate. |
| double | y | The y-coordinate. |
Initializes a new instance of the GeoPoint class.
public GeoPoint(double x, double y, double? z, double? m)
| Type | Name | Description |
|---|---|---|
| double | x | The x-coordinate. |
| double | y | The y-coordinate. |
| double? | z | The z-coordinate. |
| double? | m | The m-coordinate. |