getVisibleNewsMarkersImpl method

List<NewsMarker> getVisibleNewsMarkersImpl()

Gets visible news markers within current map bounds.

Implementation

List<NewsMarker> getVisibleNewsMarkersImpl() => getVisibleNewsInBounds(
  mapController: mapController,
  newsMarkers: newsMarkers,
  showNews: showNewsMarkers,
);