次の方法で共有


MKPolygon.FromCoordinates メソッド

定義

オーバーロード

FromCoordinates(CLLocationCoordinate2D[])

指定した から を MKPolygon 作成します coords

FromCoordinates(CLLocationCoordinate2D[], MKPolygon[])

指定した を MKPolygon 除き、指定した coordsから を作成します interiorPolygons

FromCoordinates(CLLocationCoordinate2D[])

指定した から を MKPolygon 作成します coords

public static MapKit.MKPolygon FromCoordinates (CoreLocation.CLLocationCoordinate2D[] coords);
static member FromCoordinates : CoreLocation.CLLocationCoordinate2D[] -> MapKit.MKPolygon

パラメーター

coords
CLLocationCoordinate2D[]

目的の CLLocationCoordinate2D多角形を定義する の配列。

戻り値

注釈

(このノードのその他のドキュメントが公開されます)

これは、バックグラウンド スレッドから使用できます。

適用対象

FromCoordinates(CLLocationCoordinate2D[], MKPolygon[])

指定した を MKPolygon 除き、指定した coordsから を作成します interiorPolygons

public static MapKit.MKPolygon FromCoordinates (CoreLocation.CLLocationCoordinate2D[] coords, MapKit.MKPolygon[] interiorPolygons);
static member FromCoordinates : CoreLocation.CLLocationCoordinate2D[] * MapKit.MKPolygon[] -> MapKit.MKPolygon

パラメーター

coords
CLLocationCoordinate2D[]

目的の CLLocationCoordinate2D多角形を定義する の配列。

interiorPolygons
MKPolygon[]

多角形の MKPolygon内部から除外する必要がある の配列。

戻り値

注釈

(このノードのその他のドキュメントが公開されます)

これは、バックグラウンド スレッドから使用できます。

適用対象