我尝试将颜色设置为android中的谷歌地图图标:
MarkerOptions markerOptions = new MarkerOptions()
.icon(BitmapDescriptorFactory.defaultMarker(60.0F));
但是我在HEX中有这样的颜色 - #ff0000(RED) 如何将此HEX颜色转换为浮点值?
!!!我不需要PARSE HEX TO INTEGER !!!
我需要将HEX中的Color转换为float中的Color:
public static BitmapDescriptor defaultMarker (float hue)
标记的色调。值必须大于或等于0或更小 比360。