Interface IMarkerInfo


  • public interface IMarkerInfo
    Marker info.
    • Method Detail

      • getTotalCount

        int getTotalCount()
        Gets total marker count.
        Returns:
        the total count.
      • getCount

        int getCount​(MarkerSeverity severity)
        Gets count by severity.
        Parameters:
        severity - the severity to get count of markers by.
        Returns:
        the count of markers with the given severity.