PlaceInfoCreateOptions PlaceInfoCreateOptions PlaceInfoCreateOptions PlaceInfoCreateOptions Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Represents the information about a map location that your app can show in a light-dismissible window within your app.

public : sealed class PlaceInfoCreateOptions : IPlaceInfoCreateOptionspublic sealed class PlaceInfoCreateOptions : IPlaceInfoCreateOptionsPublic NotInheritable Class PlaceInfoCreateOptions Implements IPlaceInfoCreateOptions// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Constructors

PlaceInfoCreateOptions() PlaceInfoCreateOptions() PlaceInfoCreateOptions() PlaceInfoCreateOptions()

Prerelease. Creates a PlaceInfoCreateOptions instance.

public : PlaceInfoCreateOptions()public PlaceInfoCreateOptions()Public Sub New()// You can use this method in JavaScript.

Properties

DisplayAddress DisplayAddress DisplayAddress DisplayAddress

Prerelease. Gets the address associated with the PlaceInfoCreateOptions.

public : PlatForm::String DisplayAddress { get; set; }public string DisplayAddress { get; set; }Public ReadWrite Property DisplayAddress As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The address associated with the PlaceInfoCreateOptions.

DisplayName DisplayName DisplayName DisplayName

Prerelease. Gets the display name associated with the PlaceInfoCreateOptions.

public : PlatForm::String DisplayName { get; set; }public string DisplayName { get; set; }Public ReadWrite Property DisplayName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The display name associated with the PlaceInfoCreateOptions.