logoView property
UIImageView
get
logoView
A logo, the MapLibre logo by default, positioned in the lower-left corner. You are not required to display this, but some vector-sources may require attribution.
Implementation
UIImageView get logoView {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_logoView);
return UIImageView.castFromPointer(_ret, retain: true, release: true);
}