screenPoint property

Offset screenPoint

The screen coordinates from the location to screen result.

Implementation

Offset get screenPoint {
  final coordinate = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_LocationToScreenResult_getScreenPoint(
        _handle, errorHandler);
  });
  return coordinate.toOffset();
}