共用方式為


MKMapView.CenterCoordinate 屬性

定義

地圖的中心。

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

屬性值

屬性

備註

地圖中心會以 CLLocationCoordinate2D 包含緯度和經度的值表示。

適用於