PanMode
public enum PanMode : String, Equatable, CaseIterableOptions used to configure the direction in which the map is allowed to move
during a pan gesture. Called ScrollMode in the Android SDK for
consistency with platform conventions.
- 
                  
                  The map may only move horizontally. DeclarationSwift case horizontal
- 
                  
                  The map may only move vertically. DeclarationSwift case vertical
- 
                  
                  The map may move both horizontally and vertically. DeclarationSwift case horizontalAndVertical
 PanMode Enumeration Reference
        PanMode Enumeration Reference