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.
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?