coordinatesForPixels method
- List<
ScreenCoordinate> pixels
Converts a list of screen pixels to geographic coordinates.
Implementation
Future<List<Point>> coordinatesForPixels(List<ScreenCoordinate> pixels) =>
_impl.coordinatesForPixels(pixels);