MKMapView.CenterCoordinate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
地圖的中心。
public virtual CoreLocation.CLLocationCoordinate2D CenterCoordinate { [Foundation.Export("centerCoordinate")] get; [Foundation.Export("setCenterCoordinate:")] set; }
member this.CenterCoordinate : CoreLocation.CLLocationCoordinate2D with get, set
屬性值
- 屬性
備註
地圖中心會以 CLLocationCoordinate2D 包含緯度和經度的值表示。