Feature class final
- Inheritance
-
- Object
- GeoJSONObject
- Feature
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?
-
getter/setter pairinherited
-
fields
↔ Map<
String, dynamic> -
getter/setter pairinherited
- geometry ↔ GeometryObject?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ dynamic
-
getter/setter pairinherited
-
properties
↔ Map<
String, dynamic> ? -
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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