MapGradientHighlight class

Rule to find out which MapFeature should be highlighted.

Inheritance

Constructors

MapGradientHighlight({required int layerId, required String key, required double value, required double rangePerPixel, required double max, required double min})
Builds a MapHighlight
factory

Properties

comparator int
final
formattedValue String
no setter
hashCode int
The hash code for this object.
no setteroverride
key String
final
layerId int
Identifier of the layer to be highlighted.
finalinherited
rangePerPixel double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
final

Methods

applies(MapFeature feature) bool
Identifies whether the rule applies to a given MapFeature.
override
greater() bool
Indicates whether to compare with larger values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
smaller() bool
Indicates whether to compare with smaller values.
toString() String
A string representation of this object.
inherited

Operators

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

Constants

comparatorPrecisionPixels → const int
precisionPixels → const int