Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.21 KB

placeinfo_createfromidentifier_958458100.md

File metadata and controls

36 lines (26 loc) · 1.21 KB
-api-id -api-type
M:Windows.Services.Maps.PlaceInfo.CreateFromIdentifier(System.String,Windows.Devices.Geolocation.Geopoint,Windows.Services.Maps.PlaceInfoCreateOptions)
winrt method

Windows.Services.Maps.PlaceInfo.CreateFromIdentifier

-description

Creates a PlaceInfo instance.

-parameters

-param identifier

The identifier of the location.

-param defaultPoint

The geographic map location that you want to show in a light-dismissible window.

Note

This value is used only if the identifier is invalid, the device is offline, or the details of the place can't be obtained by using the identifier.

-param options

The optional information that describes this location. This information will appear in the light-dismissible window.

Note

This value is used only if the identifier is invalid, the device is offline, or the details of the place can't be obtained by using the identifier.

-returns

A PlaceInfo instance that describes the location.

-remarks

-see-also

-examples