Basically what I have is a constant of Color(0xFF3B7097) and I want to change the default color of marker in google maps to it. I dont want to use the default colors variable in BitmapDescriptor is their any other way?
BitmapDescriptor.defaultMarkerWithHue(Color(0xFF3B7097)),