• Undocumented

    See more

    Declaration

    Swift

    public final class GestureManager : GestureHandlerDelegate
  • Configuration options for the built-in gestures

    See more

    Declaration

    Swift

    public struct GestureOptions : Equatable
  • Options 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.

    See more

    Declaration

    Swift

    public enum PanMode : String, Equatable, CaseIterable
  • Represents the available pinch gesture implementations. Each implementation has some shortcomings, and we hope to eliminate the need to make this trade-off in a future release.

    See more

    Declaration

    Swift

    @_spi(Experimental)
    public enum PinchGestureBehavior
  • Undocumented

    See more

    Declaration

    Swift

    public protocol GestureManagerDelegate : AnyObject
  • Undocumented

    See more

    Declaration

    Swift

    public enum GestureType : Hashable, CaseIterable