I'm a newbie into Android programming... Here's what I'm trying to do for a small academic project:
- A google map displayed on screen: Done
- Get user's current location and show on the map: Done
- We've a list of Latitudes and Longitudes coming from a webservice, which forms a pre-defined path. I need to display an always-shown path on the map with static markers as per the list of Lat-Longs given. How?
I tried various ways, and searched various places, but couldn't find a satisfactory code or tutorial that has achieved the same. Can someone please point me to an appropriate resource that I can use to get the above?