Feature class

Inheritance
Available Extensions

Constructors

Feature({BBox? bbox, required dynamic id, Map<String, dynamic>? properties = const {}, required GeometryObject? geometry, Map<String, dynamic> fields = const {}})
Feature.fromJson(Map<String, dynamic> json)
factory

Properties

bbox BBox?
read / writeinherited
fields Map<String, dynamic>
read / writeinherited
geometry GeometryObject?
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
id ↔ dynamic
read / writeinherited
properties Map<String, dynamic>?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type GeoJSONObjectType
finalinherited

Methods

clone() Feature<GeometryObject>
inherited
encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(Map<String, dynamic> map) Map<String, dynamic>
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) → dynamic
inherited

Static Methods

decode(Object result) Feature