Partager via


GeoJsonMultiPolygonData Constructeur

Définition

Initialise une nouvelle instance de 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)))))

Paramètres

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

Contient une liste d’objets valides GeoJSON Polygon . Notez que les coordonnées dans GeoJSON sont dans l’ordre x, y (longitude, latitude).

Exceptions

coordinates a la valeur null.

S’applique à