WorldMap
WorldMap copied to clipboard
Point
When we have a zoom !=1 or !=0 how can i obtain the real coordinates of one point i need to draw in drawComplete ? For example if a need to draw a circle like :
canvas.drawCircle(point.x, point.y, 30, mNodeColorRadius);
with point.x and point.y the real coordinates ?