GeoJsonMultiLineString class

Inheritance

Constructors

GeoJsonMultiLineString({required GeoJsonFeatureType type, required List<GeoJsonCoordinatePairList> coordinates, required PaintProperties paintProperties})

Properties

coordinates List<GeoJsonCoordinatePairList>
final
hashCode int
The hash code for this object.
no setterinherited
id → dynamic
finalinherited
paintProperties PaintProperties
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type GeoJsonFeatureType
finalinherited

Methods

computeFeatureRect() Rect
override
drawOnCanvas(Canvas canvas, Paint? paint, bool internalPaintOverridingEnabled, BeforeRenderHookCallback? callback) → void
The method accepts a link to the Canvas as parameters as well as an additional parameter of type Paint
override
mergePaints(Paint? paint, bool internalPaintOverridingEnabled) Paint
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