toScreenLocationBatch method

  1. @override
Future<List<Point<num>>?> toScreenLocationBatch(
  1. Iterable<LatLng> latLngs
)
override

Implementation

@override
Future<List<Point>?> toScreenLocationBatch(Iterable<LatLng> latLngs) {
  return _controller.toScreenLocationBatch(latLngs);
}