toScreenLocationBatch method

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

Implementation

Future<List<Point>> toScreenLocationBatch(Iterable<LatLng> latLngs) async {
  throw UnimplementedError(
      'toScreenLocationList() has not been implemented.');
}