Main Content
MapAxesInteractionOptions Properties
MapAxesInteractionOptions
properties control the behavior of map
axes interactions for apps. By changing property values, you can customize the behavior of
associated map axes interactions. Use dot notation to query and set properties.
f = uifigure; mx = mapaxes(f); mx.InteractionOptions.ZoomSupported = "off";
The options set by the MapAxesInteractionOptions
object apply to the
built-in interactions specified by the Interactions
property of the map axes object and to interactions enabled using
the axes toolbar.
The properties listed here are valid for map axes objects in App
Designer, or in figures created using the uifigure
function.
Supported Interactions
Interaction Display
Restore View
Version History
Introduced in R2024a