DataFeature class

Available extensions
Annotations
  • @JS.new('google.maps.Data.Feature')

Constructors

DataFeature([DataFeatureOptions? options])

Properties

geometry ↔ DataGeometry?

Available on DataFeature, provided by the DataFeature$Ext extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id → Object?

Available on DataFeature, provided by the DataFeature$Ext extension

no setter
onRemoveproperty → Stream<DataRemovePropertyEvent>

Available on DataFeature, provided by the DataFeature$Ext extension

no setter
onSetgeometry → Stream<DataSetGeometryEvent>

Available on DataFeature, provided by the DataFeature$Ext extension

no setter
onSetproperty → Stream<DataSetPropertyEvent>

Available on DataFeature, provided by the DataFeature$Ext extension

no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

forEachProperty(void callback(Object?, String?)?) → void

Available on DataFeature, provided by the DataFeature$Ext extension

getProperty(String? name) → Object?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeProperty(String? name) → void
setProperty(String? name, Object? newValue) → void
toGeoJson(void callback(Object?)?) → void

Available on DataFeature, provided by the DataFeature$Ext extension

toString() → String
A string representation of this object.
inherited

Operators

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