worldToPixel method

Coordinate? worldToPixel(
  1. Coordinate src,
  2. Coordinate dest
)

Implementation

Coordinate? worldToPixel(Coordinate src, Coordinate dest) {
  return _worldToPixelTransform?.transform(src, dest);
}