mapbox-plugins-android icon indicating copy to clipboard operation
mapbox-plugins-android copied to clipboard

Make allow text and icon overlap true by default

Open tobrun opened this issue 5 years ago • 0 comments

Having the default value false, has led to confusion for our end users. The default value of false makes sense for symbols used in the style as labels and icons but for end-user added symbols, which are always important, we should not hide them by default. This is a breaking change and requires a semver major update.

          symbolManager.setIconAllowOverlap(true);
          symbolManager.setTextAllowOverlap(true);

tobrun avatar Aug 27 '20 07:08 tobrun