RoadEventsLayerRoadEventStyle class abstract

Implemented types

Properties

captionStyle RoadEventsLayerTextStyle?
Style of caption displayed under the road event icon.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconAnchor Point<double>
Icon anchor, (0, 0) is top left and (1.0, 1.0) is bottom right.
getter/setter pair
pulsationCenter Point<double>
Pulsation center on road event pin image (see HighlightMode). (0, 0) is top left and (1.0, 1.0) is bottom right.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoomMin int
Road event is visible only if current camera zoom is greater or equal than this value.
getter/setter pair
zoomScaleFunction List<Point<double>>
Piecewise linear scale function. See Placemark's scale function.
getter/setter pair

Methods

isValid() bool
Usable only in runWithBlockUi or listener handlers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIconImage(ImageProvider image) → void
Road event icon image.
toString() String
A string representation of this object.
inherited

Operators

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