次の方法で共有


MKMapView.CenterCoordinate プロパティ

定義

マップの中央。

public virtual CoreLocation.CLLocationCoordinate2D CenterCoordinate { [Foundation.Export("centerCoordinate")] get; [Foundation.Export("setCenterCoordinate:")] set; }
member this.CenterCoordinate : CoreLocation.CLLocationCoordinate2D with get, set

プロパティ値

属性

注釈

マップの中心は、緯度と経度を CLLocationCoordinate2D 含む値として表されます。

適用対象