toScreenLocationBatch method

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

Implementation

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