showsUserHeadingIndicator property
A Boolean value indicating whether the user location annotation may display a permanent heading indicator.
Setting this property to YES causes the default user location annotation to
appear and always show an arrow-shaped heading indicator, if heading is
available. This property does not rotate the map; for that, see
MLNUserTrackingMode/MLNUserTrackingModeFollowWithHeading.
This property has no effect when userTrackingMode is
MLNUserTrackingMode/MLNUserTrackingModeFollowWithHeading or
MLNUserTrackingMode/MLNUserTrackingModeFollowWithCourse.
The default value of this property is NO.
Implementation
bool get showsUserHeadingIndicator {
return _objc_msgSend_91o635(this.ref.pointer, _sel_showsUserHeadingIndicator);
}
A Boolean value indicating whether the user location annotation may display a permanent heading indicator.
Setting this property to YES causes the default user location annotation to
appear and always show an arrow-shaped heading indicator, if heading is
available. This property does not rotate the map; for that, see
MLNUserTrackingMode/MLNUserTrackingModeFollowWithHeading.
This property has no effect when userTrackingMode is
MLNUserTrackingMode/MLNUserTrackingModeFollowWithHeading or
MLNUserTrackingMode/MLNUserTrackingModeFollowWithCourse.
The default value of this property is NO.
Implementation
set showsUserHeadingIndicator(bool value) {
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setShowsUserHeadingIndicator_, value);
}