coordinatesForPixels 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) =>
    _impl.coordinatesForPixels(pixels);