GeographicAxesInteractionOptions Properties
GeographicAxesInteractionOptions
properties control the behavior
of geographic axes interactions. By changing property values, you can customize the behavior
of all associated geographic axes interactions. Use dot notation to query and set
properties.
f = figure; 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
Before R2025a: The properties listed here are valid only for
geographic axes in figures created with the uifigure
function.