GeoJsonFeature<T> class
Null safety
A geojson feature
Constructors
Properties
- geometry ↔ T?
-
The feature geo data
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- length → int
-
The number of GeoPoint contained in this feature geometry
read-only
-
properties
↔ Map<
String, dynamic> ? -
The feature properties
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ GeoJsonFeatureType
-
The type of the feature
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
serialize(
) → String? - Serialize to a geojson feature
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited