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