Marker class abstract

Defines a marker to be painted on the map.

Inheritance
Implementers

Constructors

Marker({required Offset offset})

Properties

hasFill bool
Indicates whether to draw the fill
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
offset Offset
final
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 setterinherited

Methods

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