0

Basically im using the google maps sdk utility library and they have an IconGenerator class,and all i want to do is just add a new style,which is a color.

enter image description here

This is the class,and i just want to add a public static final int like all those styles and put the case in the switch statement to return a gray hex color code.How can i get acces to this class to modify it and use it in my project?

Dragos Ciupe
  • 109
  • 1
  • 7

1 Answers1

0

In my point, just download the source code from github and modify it yourseft then export that as an .jar

How to create an .jar from a java project by Intellij: How to create a .jar file or export JAR in IntelliJ IDEA (like Eclipse Java archive export)?

Tu Le Anh
  • 91
  • 1
  • 7