Creates a BitmapDescriptor using an array of bytes that must be encoded as PNG.
static MFBitmap fromBytes(Uint8List byteData) { return MFBitmap._(<Object>[_fromBytes, byteData]); }