IMap.ShowInfoWindow(IMapPin) Method
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.
Shows the info window for the specified pin.
public:
void ShowInfoWindow(Microsoft::Maui::Maps::IMapPin ^ pin);
public void ShowInfoWindow(Microsoft.Maui.Maps.IMapPin pin);
abstract member ShowInfoWindow : Microsoft.Maui.Maps.IMapPin -> unit
Public Sub ShowInfoWindow (pin As IMapPin)
Parameters
- pin
- IMapPin
The pin whose info window should be shown.