Closed GoogleCodeExporter closed 8 years ago
Use pMapView.getProkjection().getScreenRect() to get the current coordinates
that are on the screen. If you want to draw something at 50,50 the code would be
int x = screenRect.top + 50
int y = screenRect.left + 50
Original comment by kurtzm...@gmail.com
on 10 May 2011 at 6:10
The issue is when drawing on the MAP not on the screen, so you need
map-relative coordinates which are incompatible with Picture because of the
huge range and offsets.
I guess it's just impossible by design, I solved it by creating an image
instead of a Picture and using matrix transformations to place it on the map.
Original comment by nol...@gmail.com
on 11 May 2011 at 8:24
Original comment by kurtzm...@gmail.com
on 15 May 2011 at 11:32
Original issue reported on code.google.com by
nol...@gmail.com
on 16 Apr 2011 at 1:06