-
The map allows the user to only scroll horizontally.
Declaration
Swift
case horizontal -
The map allows the user to only scroll vertically.
Declaration
Swift
case vertical -
The map allows the user to scroll both horizontally and vertically.
Declaration
Swift
case horizontalAndVertical
PanScrollingMode Enumeration Reference