TileDataFeature class

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
hasLines bool
no setter
hasPoints bool
no setter
hasPolygons bool
no setter
lines Iterable<TileLine>
no setter
points Iterable<TilePoint>
no setter
polygons Iterable<TilePolygon>
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
toTileFeature() TileFeature

Operators

operator ==(Object other) bool
The equality operator.
inherited