localizeLabels method
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) =>
_impl.localizeLabels(locale, layerIds);
Localizes label text in the style for the given locale, optionally scoped to a subset of layers.
Future<void> localizeLabels(String locale, List<String>? layerIds) =>
_impl.localizeLabels(locale, layerIds);