Is it possible to remove city labels from a JxMaps map implementation?

55 views Asked by At

Im currently working on a student project in Java with the end goal of displaying a map for a simple game. To do this Im using the JxMaps API with some google map APIs to be able to display a map in a Java swing application.

I have been looking into the functionality of the JxMaps API and am looking for a way to remove labels from the map(City and country labels). Do you know if this is possible? or if not, is there a workaround to solve this?

This is the documentation I've been looking into: https://www.teamdev.com/downloads/jxmaps/docs/index.html?help-doc.html

Thanks in advance,

0

There are 0 answers