Is there a third party lib or Android class like google.maps.Polygon to be used in MapView (Native Google Maps APIs)? I have googled but I couldn’t find it.
Is there a third party lib or Android class like google.maps.Polygon to be used
Share
The is no class for drawing polygons in the Maps API. See documentation here:
http://code.google.com/android/add-ons/google-apis/reference/index.html
Below is some code I used to draw a route given a list of points. You could probably modify it to do what you need.