DrawablePath class abstract

Defines a path to be painted on the map.

Inheritance
Implementers

Constructors

DrawablePath(Path path, int pointsCount)

Properties

hasFill bool
Indicates whether to draw the fill
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pointsCount int
Gets the count of points for this drawable.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible bool
Indicates whether it is visible.
no setteroverride

Methods

contains(Offset offset) bool
Checks whether a point is contained in this drawable.
override
drawOn(Canvas canvas, Paint paint, double scale) → void
Draws this drawable on the canvas.
override
getBounds() Rect
Gets the geometry bounds
override
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