I am getting the MapView of current location by passing longitude and latitude parameters correctly. But i want to draw paint just like free hand (i.e names or lines and so..on) on that MapView image. from that i want total image of MapViewimage on that paint by user.
How can I do this?
when user send his path to another user like shown below…

Use an overlay. See this example Overlays
Here’s example code:
Just add this overlay to your map.
Edit
Here is a step by step (generic):
AFTER your map object (map) is created