changeZoomlevelCaptions method
Implementation
Future<void> changeZoomlevelCaptions(int zoomlevel, PixelProjection projection) async {
for (var caption in _captions) {
await caption.changeZoomlevel(zoomlevel, projection);
}
}
Future<void> changeZoomlevelCaptions(int zoomlevel, PixelProjection projection) async {
for (var caption in _captions) {
await caption.changeZoomlevel(zoomlevel, projection);
}
}