Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Pin.InfoWindow completly #796

Open
2 of 3 tasks
byme8 opened this issue Oct 31, 2022 · 1 comment
Open
2 of 3 tasks

Disable Pin.InfoWindow completly #796

byme8 opened this issue Oct 31, 2022 · 1 comment

Comments

@byme8
Copy link

byme8 commented Oct 31, 2022

SUMMARY

Some apps have their own "InfoWindows" and show them in a separate control nearby the map.
It would be nice to have a way to disable InfoWindow altogether. So it will not appear when the marker is clicked.

Map.DisableInfoWindow = true;
// or 
Pin..DisableInfoWindow = true;

PLATFORMS

  • Android
  • iOS
  • UWP
@byme8
Copy link
Author

byme8 commented Nov 1, 2022

Looks like there is a workaround. You need to set Pin.Label to string.Empty and InfoWindow will be disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant