GeoJSONFeature class
GeoJSON Feature
Constructors
-
GeoJSONFeature.new({String? type, dynamic id, Map<
String, dynamic> ? properties, dynamic geometry}) - GeoJSON Feature
-
GeoJSONFeature.fromJson(Map<
String, dynamic> json) - Convert JSon to Object
Properties
- geometry ↔ dynamic
-
Geometry
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ dynamic
-
Geo JSON Feature Ref
getter/setter pair
-
properties
↔ Map<
String, dynamic> ? -
GeoJson properties
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Feature
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert Object to JSON format
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited