I am working on Google map integration with my android application. I am able to display the map perfectly in map View. Now i need to draw points on that map based on get directions. Any working sample code will be a great help for me. I need some help in this issue. Kindly guide in.
Thanks
Use ItemizedOverlay class and override draw method for drawing path.
or try this