LineDataSourceLineDataProcessor typedef - mapview.datasource library - Dart API
LineDataSourceLineDataProcessor
LineDataSourceLineDataProcessor typedef
Called for each line, allowing inspection, removal or update of coordinates and attributes.
lineAccessorthe line data accessor.
Returns value indicating the result of the processing.
Implementation
typedef LineDataSourceLineDataProcessor = bool Function(LineDataAccessor lineAccessor);