Friday, 8 January 2021

Creating clickable SVG (map) and show information about country

I am trying to make a world map made using SVG data (looks like the easiest way to do it?) clickable on Android. However, I am struggling to find the best approach to do is. One possible way seems to be using HTML and JavaScript in the app or using some type of third party library. But I have not found any library that makes this possible so far?

The goal is to show information about a country when a user clicks on it, based on the SVG data.



from Creating clickable SVG (map) and show information about country

No comments:

Post a Comment