setInteractive abstract method

bool setInteractive(
  1. bool interactive
)

@brief Method is used to specify whether the map object can be interacted with. @param interactive Specifies whether the object can be picked in the pickMapObjectAt method (true) or not (false). Default: false. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_MapObject_setInteractive

Implementation

bool setInteractive(bool interactive);