MarkerIcon.bitmap constructor
⚠️ bitmap(不建议 Flutter → 原生)
Implementation
factory MarkerIcon.bitmap(
Uint8List bytes, {
double width = 48,
double height = 48,
}) {
return MarkerIcon._('bitmap', bytes, width: width, height: height);
}
⚠️ bitmap(不建议 Flutter → 原生)
factory MarkerIcon.bitmap(
Uint8List bytes, {
double width = 48,
double height = 48,
}) {
return MarkerIcon._('bitmap', bytes, width: width, height: height);
}