compassView property
MLNCompassButton
get
compassView
A control indicating the map’s direction and allowing the user to manipulate the direction, positioned in the upper-right corner.
Implementation
MLNCompassButton get compassView {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_compassView);
return MLNCompassButton.castFromPointer(_ret, retain: true, release: true);
}