BitmapDescriptor

@Immutable
@HomeExperimentalGenericApi
interface BitmapDescriptor : EnumDescriptor


Bitmaps are effectively enumerations if you unroll the individual bits in the mask into their own enum values. Consequently, we can represent the Bitmap as just an EnumDescriptor.

Summary