1

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

1 Answers1

1

Use ItemizedOverlay class and override draw method for drawing path.

or try this

Community
  • 1
  • 1
Kri
  • 1,846
  • 2
  • 13
  • 17