GeoJsonFeature<T> class

A geojson feature

Constructors

GeoJsonFeature()

Properties

geometry ↔ T?
The feature geo data
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
The number of GeoPoint contained in this feature geometry
no setter
properties Map<String, dynamic>?
The feature properties
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type GeoJsonFeatureType?
The type of the feature
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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