Future<List<Point>> toScreenLocationBatch(Iterable<LatLng> latLngs) async { return _maplibrePlatform.toScreenLocationBatch(latLngs); }