PlaceInfo.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Create(Geopoint) |
建立 PlaceInfo 實例。 |
Create(Geopoint, PlaceInfoCreateOptions) |
建立 PlaceInfo 實例。 |
Create(Geopoint)
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)
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 實例。
- 屬性