I want to show touristic areas of Morocco in an osmdroid map in my Android application.
First of all, I've been searching the web for ways to get a list of coordinates (longitude & latitude) that can define an area (like an array or json), but with no luck. There are solutions for only one point on the map.
Secondly, with these coordinates, how can I show an area on osmdroid ? Thanks.
First I would highly recommend you to use Google Maps Api V2 through the Google Play Services. This will work much easier. Any reason why you are not using this ?
Second, to draw a polygon on the map do soemthing like