We took the time to define a screen point and a map point and how they are used
differently, but don't really provide clear guidance on how to translate
between the two.
It would be nice to provide simple methods to do this in the projection class:
toMapPoint(Point pScreenPoint, int pLevelOfDetail, Point reuse);
toScreenPoint(Point pMapPoint, int pLevelOfDetail, Point reuse);
Original issue reported on code.google.com by kurtzm...@gmail.com on 18 May 2011 at 7:37
Original issue reported on code.google.com by
kurtzm...@gmail.com
on 18 May 2011 at 7:37