GeoJsonFeatureCollection class

A list of features

Annotations
  • @JsonSerializable.new()

Constructors

GeoJsonFeatureCollection({required List<GeoJsonFeature<GeoJsonGeometry>> features, List<double>? boundingBox, dynamic type})
Default constructor
GeoJsonFeatureCollection.fromJson(Map<String, dynamic> json)
factory

Properties

boundingBox List<double>?
Bounding box
final
features List<GeoJsonFeature<GeoJsonGeometry>>
A features collection
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type GeoJsonType
The type of the feature
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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