localizeLabels abstract method

Future<void> localizeLabels(
  1. String locale,
  2. List<String>? layerIds
)

Localizes label text in the style for the given locale, optionally scoped to a subset of layers.

Implementation

Future<void> localizeLabels(String locale, List<String>? layerIds);