MapInteractionModes
Options that indicate the user interactions that the map responds to.
Declaration
struct MapInteractionModesOverview
A person can’t interact with a map if the option set is empty.
Topics
Declared interaction modes
Creating interaction modes
Accessing members
Comparing sets of modes
Updating the modes
update(with:)insert(_:)remove(_:)formSymmetricDifference(_:)subtract(_:)formUnion(_:)formIntersection(_:)
Combining sets of modes
See Also
Creating a map
init(bounds:interactionModes:scope:)init(bounds:interactionModes:scope:content:)init(bounds:interactionModes:selection:scope:)init(bounds:interactionModes:selection:scope:)init(bounds:interactionModes:selection:scope:content:)init(bounds:interactionModes:selection:scope:content:)init(initialPosition:bounds:interactionModes:scope:)init(initialPosition:bounds:interactionModes:scope:content:)init(initialPosition:bounds:interactionModes:selection:scope:)init(initialPosition:bounds:interactionModes:selection:scope:content:)init(initialPosition:bounds:interactionModes:selection:scope:content:)init(position:bounds:interactionModes:scope:)init(position:bounds:interactionModes:scope:content:)init(position:bounds:interactionModes:selection:scope:)init(position:bounds:interactionModes:selection:scope:content:)