pitchEnabled property
A Boolean value that determines whether the user may change the pitch (tilt) of the map.
When this property is set to YES, the default, the user may tilt the map by
vertically dragging two fingers.
This property controls only user interactions with the map. If you set the
value of this property to NO, you may still change the pitch of the map
programmatically.
The default value of this property is YES.
Implementation
bool get pitchEnabled {
return _objc_msgSend_91o635(this.ref.pointer, _sel_isPitchEnabled);
}
A Boolean value that determines whether the user may change the pitch (tilt) of the map.
When this property is set to YES, the default, the user may tilt the map by
vertically dragging two fingers.
This property controls only user interactions with the map. If you set the
value of this property to NO, you may still change the pitch of the map
programmatically.
The default value of this property is YES.
Implementation
set pitchEnabled(bool value) {
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setPitchEnabled_, value);
}