Feature class

Constructors

Feature({dynamic id, required Geometry geometry, Map<String, dynamic>? properties, String? source})
factory
Feature.fromJsObject(FeatureJsImpl jsObject)
Creates a new Feature from a jsObject.

Properties

geometry → Geometry
no setter
hashCode → int
The hash code for this object.
no setterinherited
id ↔ dynamic
getter/setter pair
jsObject → FeatureJsImpl
JS object.
finalinherited
properties → Map<String, dynamic>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
source → String
no setter
type → String
no setter

Methods

copyWith({dynamic id, Geometry? geometry, Map<String, dynamic>? properties, String? source}) → Feature
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited