MapArrow class abstract
A visual representation of an arrow on the map.
It consists of a tail - a polyline with an arbitrary number of points - and a head at its end.
The map arrows are only visible on zoom levels >= 13.
Altitude component of GeoPolyline's vertices is ignored.
Constructors
- MapArrow(GeoPolyline geometry, double widthInPixels, Color color)
-
Creates a new
MapArrowinstance.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
measureDependentTailWidth
↔ Map<
MapMeasure, double> -
The width of the arrow tail in pixels, where the key is a MapMeasure and the value is
a tail width in pixels at this MapMeasure.
Gets the MapMeasure dependent arrow tail width in pixels.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
visibilityRanges
↔ List<
MapMeasureRange> -
The list of visibility ranges, in which the map arrow is visible.
A range is half-open - [minimumZoomLevel, maximumZoomLevel), the given maximum value
is not contained in the range.
getter/setter pair
Methods
-
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