setData abstract method
@brief Method is used to set user-defined data for the map object. @param data Data to store in the map object.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_MapObject_setData
Implementation
void setData(Uint8List data);