setInteractive abstract method
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);