Description
Not all apps suggest buttons for zom in and out be visible while allowing users to zoom in and out. It would be great to allow for hiding +/- buttons while still allowing the user to zoom in and out with gestures.
Public API Changes
var map = new Microsoft.Maui.Controls.Maps.Map();
map.IsZoomEnabled = false;
map.ZoomGesturesEnabled = true;
Intended Use-Case
For some apps buttons +/- might not be necessary and would even spoil UI, while allowing user to zoom in and out would still be necessary.
Description
Not all apps suggest buttons for zom in and out be visible while allowing users to zoom in and out. It would be great to allow for hiding +/- buttons while still allowing the user to zoom in and out with gestures.
Public API Changes
Intended Use-Case
For some apps buttons +/- might not be necessary and would even spoil UI, while allowing user to zoom in and out would still be necessary.