TileFeature class

Constructors

TileFeature({required TileFeatureType type, required Map<String, dynamic> properties, required List<TilePoint>? points, required List<TileLine>? lines, required List<TilePolygon>? polygons})

Properties

compoundPath BoundedPath
no setter
hashCode int
The hash code for this object.
no setterinherited
hasPaths bool
no setter
hasPoints bool
no setter
paths List<BoundedPath>
no setter
points List<Offset>
no setter
properties Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TileFeatureType
final

Methods

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