PlaceInfo.IsShowSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.