getData abstract method
@brief Gets the user-defined data associated with the map object. @return The data stored in the map object.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_MapObject_getData
Implementation
Uint8List getData();