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 实例。

属性

适用于