Add the enableNavigation prop to the Globe to control whether the user can move the globe with mouse or touch gestures. The default value should be true.
Setting this prop to false would establish a static globe/map whose location can only be changed programmatically.
Add the
enableNavigation
prop to the Globe to control whether the user can move the globe with mouse or touch gestures. The default value should betrue
.Setting this prop to
false
would establish a static globe/map whose location can only be changed programmatically.