pixelsForCoordinates abstract method

Future<List<ScreenCoordinate>> pixelsForCoordinates(
  1. List<Point> coordinates
)

Converts a list of geographic coordinates to screen positions.

Implementation

Future<List<ScreenCoordinate>> pixelsForCoordinates(List<Point> coordinates);