Contents

isScrollEnabled

A Boolean value that determines whether the user may scroll around the map.

Declaration

var isScrollEnabled: Bool { get set }

Discussion

This property controls only user interactions with the map. If you set the value of this property to false, you may still change the map location programmatically by changing the value in the region property.

The default value of this property is true.

See Also

Accessing map properties