RoadEventsLayerRoadEventStylingProperties class abstract

Interface that has subset of fields of RoadEvent necessary for providing style.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
inFuture bool
Whether road event will become active in the future. See RoadEvent for details.
no setter
onRoute bool
Road event placed on a route. See RoadEventsLayer.setRoadEventsOnRoute.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
Road event was selected by RoadEventsLayer.selectRoadEvent.
no setter
tags List<RoadEventsEventTag>
Set of road event tags.
no setter
userEvent bool
Currently logged in user is either an author of this road event or has commented it.
no setter

Methods

hasSignificanceGreaterOrEqual(RoadEventSignificance significance) bool
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.
isValid() bool
Usable only in runWithBlockUi or listener handlers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited