coordinateForPixel abstract method

Future<Point> coordinateForPixel(
  1. ScreenCoordinate pixel
)

Converts a pixel screen position to a geographic coordinate.

Implementation

Future<Point> coordinateForPixel(ScreenCoordinate pixel);