共用方式為


MapCamera.Location 屬性

定義

取得或設定地圖中相機的位置。

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 位置

MapCamera 位置和 MapScene 位置之間的關聯性,相對於地圖。

適用於