You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on class poly area there is comment ondraw function @OverRide
public void onDraw(Canvas canvas) {
// draw the bounding box
/* canvas.drawRect(left * mResizeFactorX + mScrollLeft,
top * mResizeFactorY + mScrollTop,
right * mResizeFactorX + mScrollLeft,
bottom * mResizeFactorY + mScrollTop,
textOutlinePaint);*/
How to draw a line based on the coordinates in the map.xml?
The text was updated successfully, but these errors were encountered: