次の方法で共有


AreaProperties(GeoJsonPropertiesSubType, Double) コンストラクター

定義

AreaProperties の新しいインスタンスを初期化します。

public AreaProperties (Azure.Health.Insights.ClinicalMatching.GeoJsonPropertiesSubType subType, double radius);
new Azure.Health.Insights.ClinicalMatching.AreaProperties : Azure.Health.Insights.ClinicalMatching.GeoJsonPropertiesSubType * double -> Azure.Health.Insights.ClinicalMatching.AreaProperties
Public Sub New (subType As GeoJsonPropertiesSubType, radius As Double)

パラメーター

subType
GeoJsonPropertiesSubType

GeoJSON object サブタイプ。

radius
Double

エリアの円の半径 (メートル単位)。

適用対象