Partager via


GeoJsonPolygonData Constructeur

Définition

Initialise une nouvelle instance de GeoJsonPolygonData.

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

Paramètres

coordinates
IEnumerable<IList<IList<Double>>>

Coordonnées du GeoJson Polygon type geometry.

Exceptions

coordinates a la valeur null.

S’applique à