Reputation: 14370
I need to make an overlay Just like this Attached Pic... Need help to make it... I need to mark a position just like in the pic with red....
Upvotes: 0
Views: 347
Reputation: 1063
boolean draw(Canvas canvas, MapView mapv, boolean shadow, long when)
method :
super(canvas, mapv, shadow)
mapv.getProjection().toPixels(geopoint, newPoint)
canvas.drawPath(path,paint)
to draw the pathUpvotes: 1