Freigeben über


GeoJsonMultiPolygonData Konstruktor

Definition

Initialisiert eine neue instance von GeoJsonMultiPolygonData.

public GeoJsonMultiPolygonData (System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<System.Collections.Generic.IList<System.Collections.Generic.IList<double>>>> coordinates);
new Azure.Maps.Search.Models.GeoJsonMultiPolygonData : seq<System.Collections.Generic.IList<System.Collections.Generic.IList<System.Collections.Generic.IList<double>>>> -> Azure.Maps.Search.Models.GeoJsonMultiPolygonData
Public Sub New (coordinates As IEnumerable(Of IList(Of IList(Of IList(Of Double)))))

Parameter

coordinates
IEnumerable<IList<IList<IList<Double>>>>

Enthält eine Liste gültiger GeoJSON Polygon Objekte. Beachten Sie , dass die Koordinaten in GeoJSON in der Reihenfolge x, y (Längengrad, Breitengrad) liegen.

Ausnahmen

coordinates ist NULL.

Gilt für: