onCursorSelectionUpdatedMarkers method
- List<
MarkerMatch> markerMatches
Called when cursor-hover marker selections are detected.
Parameters
markerMatches: Marker match information.
Implementation
@override
void onCursorSelectionUpdatedMarkers(final List<MarkerMatch> markerMatches) {
_cursorSelectionCallbackMarkers?.call(markerMatches);
}