coordinatesForPixels abstract method

Future<List<Point>> coordinatesForPixels(
  1. List<ScreenCoordinate> pixels
)

Converts a list of screen pixels to geographic coordinates.

Implementation

Future<List<Point>> coordinatesForPixels(List<ScreenCoordinate> pixels);