setInteractive abstract method

bool setInteractive(
  1. bool interactive
)

Specifies whether cluster markers can be picked. Default: true. Returns true if the operation is successful, false otherwise.

Example:

final interactiveSuccess = controller.setInteractive(true);
print("Set cluster markers interactive: $interactiveSuccess");

Implementation

bool setInteractive(bool interactive);