toScreenLocationBatch abstract method

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

Implementation

Future<List<Point>?> toScreenLocationBatch(Iterable<LatLng> latLngs);