Location Constructor |
Name | Description | |
---|---|---|
Location(Point) |
Initializes a new instance of the Location struct, including its x- and y-coordinate from the given point.
| |
Location(Location) |
Initializes a new instance of the Location struct, initializing its coordinates from the given location.
| |
Location(Double, Double, NullableDouble) |
Initializes a new instance of the Location struct, initializing it with the given coordinates.
|