Main Content
GeographicAxesInteractionOptions Properties
GeographicAxesInteractionOptions
properties control the behavior
of geographic axes interactions for apps. By changing property values, you can customize the
behavior of all associated geographic axes interactions. Use dot notation to query and set
properties.
f = uifigure; gx = geoaxes(f); gx.InteractionOptions.ZoomSupported = "off";
The options set by the GeographicAxesInteractionOptions
object apply to
these interactions on the associated axes:
The built-in interactions specified by the
Interactions
property of the geographic axesInteractions enabled using the geographic axes toolbar
The properties listed here are valid for geographic axes in figures created with the
uifigure
function.
Supported Interactions
Interaction Display
Restore View
Version History
Introduced in R2024a