PlaceInfo.IsShowSupported Property

Definition

Gets a value that indicates whether your app can show a light-dismissible window that contains a map location and related information given the current context.

public:
 static property bool IsShowSupported { bool get(); };
static bool IsShowSupported();
public static bool IsShowSupported { get; }
var boolean = PlaceInfo.isShowSupported;
Public Shared ReadOnly Property IsShowSupported As Boolean

Property Value

Boolean

bool

true if your app can show a light-dismissible window that contains a map location and related information given the current context; otherwise, false.

Applies to