public void draw(Canvas canvas, float posx, float posy) {
posx += getXOffset(posx); posy=0; // AVOID OFFSCREEN if(posx<65) posx=65; if(posx>350) posx=350; canvas.translate(posx, posy); draw(canvas); canvas.translate(-posx, -posy);
}
here it showng two markerview what I need is Only one.some one help me..
1.4m articles
1.4m replys
5 comments
57.0k users