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