interactive property
bool
get
interactive
If false
, no mouse, touch, or keyboard listeners will be attached to the map, so it will not respond to interaction.
Implementation
bool get interactive => jsObject.interactive;