How can I implement thematic map in native android development for a particular value group like: population, children mortality rate or gender. Is there any library to acheive this, Please let me know.
Asked
Active
Viewed 502 times
0
-
Try [this](https://stackoverflow.com/tour) section: Don't ask about... – Selvin Oct 06 '17 at 07:36
-
I have already searched and found nothing related to this. I asked if any one implemented this type of view, can give reference. – Amit Oct 06 '17 at 08:08
1 Answers
2
There are several ways to do that:
1) draw polygons of thematic map over google maps like in this question;
2) create KML file for custom thematic map and KMLLayer to google map liken in that answer;
3) use Ground Overlay to overlay google map by image of thematic map;
4) use TileOverlays and create custom tile provider for your thematic map, like in that question;
and so on...

Andrii Omelchenko
- 13,183
- 12
- 43
- 79