GeoBoundingBox Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GeoBoundingBox(Double, Double, Double, Double) |
Initializes a new instance of GeoBoundingBox. |
GeoBoundingBox(Double, Double, Double, Double, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of GeoBoundingBox. |
GeoBoundingBox(Double, Double, Double, Double)
- Source:
- GeoBoundingBox.cs
Initializes a new instance of GeoBoundingBox.
public GeoBoundingBox (double west, double south, double east, double north);
new Azure.Core.GeoJson.GeoBoundingBox : double * double * double * double -> Azure.Core.GeoJson.GeoBoundingBox
Public Sub New (west As Double, south As Double, east As Double, north As Double)
Parameters
- west
- Double
- south
- Double
- east
- Double
- north
- Double
Applies to
GeoBoundingBox(Double, Double, Double, Double, Nullable<Double>, Nullable<Double>)
- Source:
- GeoBoundingBox.cs
Initializes a new instance of GeoBoundingBox.
public GeoBoundingBox (double west, double south, double east, double north, double? minAltitude, double? maxAltitude);
new Azure.Core.GeoJson.GeoBoundingBox : double * double * double * double * Nullable<double> * Nullable<double> -> Azure.Core.GeoJson.GeoBoundingBox
Public Sub New (west As Double, south As Double, east As Double, north As Double, minAltitude As Nullable(Of Double), maxAltitude As Nullable(Of Double))
Parameters
- west
- Double
- south
- Double
- east
- Double
- north
- Double
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET