共用方式為


PlaceInfo.CreateFromIdentifier 方法

定義

多載

CreateFromIdentifier(String)

建立 PlaceInfo 實例。

CreateFromIdentifier(String, Geopoint, PlaceInfoCreateOptions)

建立 PlaceInfo 實例。

CreateFromIdentifier(String)

建立 PlaceInfo 實例。

public:
 static PlaceInfo ^ CreateFromIdentifier(Platform::String ^ identifier);
/// [Windows.Foundation.Metadata.Overload("CreateFromIdentifier")]
 static PlaceInfo CreateFromIdentifier(winrt::hstring const& identifier);
[Windows.Foundation.Metadata.Overload("CreateFromIdentifier")]
public static PlaceInfo CreateFromIdentifier(string identifier);
function createFromIdentifier(identifier)
Public Shared Function CreateFromIdentifier (identifier As String) As PlaceInfo

參數

identifier
String

Platform::String

winrt::hstring

位置的識別碼。

傳回

描述位置的 PlaceInfo 實例。

屬性

適用於

CreateFromIdentifier(String, Geopoint, PlaceInfoCreateOptions)

建立 PlaceInfo 實例。

public:
 static PlaceInfo ^ CreateFromIdentifier(Platform::String ^ identifier, Geopoint ^ defaultPoint, PlaceInfoCreateOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("CreateFromIdentifierWithOptions")]
 static PlaceInfo CreateFromIdentifier(winrt::hstring const& identifier, Geopoint const& defaultPoint, PlaceInfoCreateOptions const& options);
[Windows.Foundation.Metadata.Overload("CreateFromIdentifierWithOptions")]
public static PlaceInfo CreateFromIdentifier(string identifier, Geopoint defaultPoint, PlaceInfoCreateOptions options);
function createFromIdentifier(identifier, defaultPoint, options)
Public Shared Function CreateFromIdentifier (identifier As String, defaultPoint As Geopoint, options As PlaceInfoCreateOptions) As PlaceInfo

參數

identifier
String

Platform::String

winrt::hstring

位置的識別碼。

defaultPoint
Geopoint

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

注意

只有當識別碼無效、裝置離線,或使用識別碼無法取得該位置的詳細資料時,才會使用這個值。

options
PlaceInfoCreateOptions

描述此位置的選擇性資訊。 此資訊會出現在光線可允許的視窗中。

注意

只有當識別碼無效、裝置離線,或使用識別碼無法取得該位置的詳細資料時,才會使用這個值。

傳回

描述位置的 PlaceInfo 實例。

屬性

適用於