Share via


GeographicArea(GeoJsonType, AreaGeometry, AreaProperties) Constructor

Definition

Initializes a new instance of GeographicArea.

public GeographicArea (Azure.Health.Insights.ClinicalMatching.GeoJsonType type, Azure.Health.Insights.ClinicalMatching.AreaGeometry geometry, Azure.Health.Insights.ClinicalMatching.AreaProperties properties);
new Azure.Health.Insights.ClinicalMatching.GeographicArea : Azure.Health.Insights.ClinicalMatching.GeoJsonType * Azure.Health.Insights.ClinicalMatching.AreaGeometry * Azure.Health.Insights.ClinicalMatching.AreaProperties -> Azure.Health.Insights.ClinicalMatching.GeographicArea
Public Sub New (type As GeoJsonType, geometry As AreaGeometry, properties As AreaProperties)

Parameters

type
GeoJsonType

GeoJSON type.

geometry
AreaGeometry

GeoJSON geometry, representing the area circle's center.

properties
AreaProperties

GeoJSON object properties.

Exceptions

geometry or properties is null.

Applies to