GeoJsonGeometryObject class abstract

An abstract class used to combine inherited properties of the GeoJsonObject object and the Drawable interface

Inheritance
Implemented types
Implementers

Constructors

GeoJsonGeometryObject({required GeoJsonFeatureType type, required PaintProperties paintProperties})

Properties

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

Methods

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