matchesForZoomLevel abstract method

bool matchesForZoomLevel(
  1. int zoomLevel
)

Returns true if this rule would apply for the given zoomLevel.

Implementation

bool matchesForZoomLevel(int zoomLevel);