共用方式為


PlaceInfo.Create 方法

定義

多載

Create(Geopoint)

建立 PlaceInfo 實例。

Create(Geopoint, PlaceInfoCreateOptions)

建立 PlaceInfo 實例。

Create(Geopoint)

建立 PlaceInfo 實例。

public:
 static PlaceInfo ^ Create(Geopoint ^ referencePoint);
/// [Windows.Foundation.Metadata.Overload("Create")]
 static PlaceInfo Create(Geopoint const& referencePoint);
[Windows.Foundation.Metadata.Overload("Create")]
public static PlaceInfo Create(Geopoint referencePoint);
function create(referencePoint)
Public Shared Function Create (referencePoint As Geopoint) As PlaceInfo

參數

referencePoint
Geopoint

您想要顯示在可解除光線的視窗中的地理地圖位置。

傳回

描述位置的 PlaceInfo 實例。

屬性

適用於

Create(Geopoint, PlaceInfoCreateOptions)

建立 PlaceInfo 實例。

public:
 static PlaceInfo ^ Create(Geopoint ^ referencePoint, PlaceInfoCreateOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("CreateWithGeopointAndOptions")]
 static PlaceInfo Create(Geopoint const& referencePoint, PlaceInfoCreateOptions const& options);
[Windows.Foundation.Metadata.Overload("CreateWithGeopointAndOptions")]
public static PlaceInfo Create(Geopoint referencePoint, PlaceInfoCreateOptions options);
function create(referencePoint, options)
Public Shared Function Create (referencePoint As Geopoint, options As PlaceInfoCreateOptions) As PlaceInfo

參數

referencePoint
Geopoint

您想要顯示在可解除光線的視窗中的地理地圖位置。

options
PlaceInfoCreateOptions

描述此位置的選擇性資訊。 此資訊會出現在淺色解除允許的視窗中。

傳回

描述位置的 PlaceInfo 實例。

屬性

適用於