Freigeben über


MapsSearchModelFactory.PolygonResult(IEnumerable<PolygonObject>) Methode

Definition

Initialisiert eine neue instance von PolygonResult.

public static Azure.Maps.Search.Models.PolygonResult PolygonResult (System.Collections.Generic.IEnumerable<Azure.Maps.Search.Models.PolygonObject> polygons = default);
static member PolygonResult : seq<Azure.Maps.Search.Models.PolygonObject> -> Azure.Maps.Search.Models.PolygonResult
Public Shared Function PolygonResult (Optional polygons As IEnumerable(Of PolygonObject) = Nothing) As PolygonResult

Parameter

polygons
IEnumerable<PolygonObject>

Ergebnisarray.

Gibt zurück

Eine neue PolygonResult instance zum Mocking.

Gilt für: