attributionButton property

UIButton get attributionButton

A view showing legally required copyright notices, positioned at the bottom-right of the map view.

If you choose to reimplement this view, assign the -showAttribution: method as the action for your view to present the default notices and settings.

Note: Attribution is often required for many vector sources, OpenStreetMap data, or other data such as satellite or terrain data. If that applies to this map view, do not hide this view or remove any notices from it.

Implementation

UIButton get attributionButton {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_attributionButton);
  return UIButton.castFromPointer(_ret, retain: true, release: true);
}