Gestures

  • Delegate receiving notifications when a map interaction occurs.

    A map interaction starts when a gesture begins and ends when the gesture ends or any animation triggered by the gesture finishes.

    See more

    Declaration

    Swift

    public protocol MapInteractionDelegate : AnyObject
  • Represents the state of the map interaction.

    See more

    Declaration

    Swift

    public enum MapInteractionState : UInt32, CaseIterable, Codable