coordinateForPixel method
- ScreenCoordinate pixel
Converts a pixel screen position to a geographic coordinate.
Implementation
Future<Point> coordinateForPixel(ScreenCoordinate pixel) =>
_impl.coordinateForPixel(pixel);
Converts a pixel screen position to a geographic coordinate.
Future<Point> coordinateForPixel(ScreenCoordinate pixel) =>
_impl.coordinateForPixel(pixel);