MapCamera.Location 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定地圖中相機的位置。
public:
property Geopoint ^ Location { Geopoint ^ get(); void set(Geopoint ^ value); };
Geopoint Location();
void Location(Geopoint value);
public Geopoint Location { get; set; }
var geopoint = mapCamera.location;
mapCamera.location = geopoint;
Public Property Location As Geopoint
屬性值
地圖中相機的位置。
備註
下圖示范地圖相機相對於場景的位置。 此屬性會對應至 MapCamera 位置。