hasSignificanceGreaterOrEqual abstract method

bool hasSignificanceGreaterOrEqual(
  1. RoadEventSignificance significance
)

Road events with a high significance can be visible on overview zooms, while events with low significance usually visible on detailed zooms only. Significance of a road event can depend on a road category this event is snapped to, number of comments of this event and other factors. Two road events with same significance but different tag sets can be visible on different zoom ranges.

Implementation

core.bool hasSignificanceGreaterOrEqual(
    mapkit_road_events_layer_significance.RoadEventSignificance significance);