CircleMaker class

Defines a circle marker to be painted on the map.

Inheritance

Constructors

CircleMaker({required Offset offset, required double radius, required double scaledRadius})

Properties

hasFill bool
Indicates whether to draw the fill
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
offset Offset
finalinherited
pointsCount int
Gets the count of points for this drawable.
no setterinherited
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
drawMarkerOn(Canvas canvas, Paint paint, Offset offset, double scale) → void
Draw this marker on Canvas
override
drawOn(Canvas canvas, Paint paint, double scale) → void
Draws this drawable on the canvas.
inherited
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