Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.41 KB

walletitem_relevantlocations.md

File metadata and controls

29 lines (20 loc) · 1.41 KB
-api-id -api-type
P:Windows.ApplicationModel.Wallet.WalletItem.RelevantLocations
winrt property

Windows.ApplicationModel.Wallet.WalletItem.RelevantLocations

-description

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Gets a collection of all relevant locations for the wallet item.

-property-value

A collection of all relevant locations for the wallet item

-remarks

The string key for items in this collection is usually a programmatic identifier that isn't intended for user UI. Data within a WalletRelevantLocation value is sometimes intended for UI.

Each WalletRelevantLocation value has a Position property to capture a BasicGeoposition value, and associates each position with a position-specific display message. You can see example code for this in Quickstart: Using the APIs.

-examples

-see-also

WalletRelevantLocation, BasicGeoposition