Data class

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

Constructors

Data([DataDataOptions? options])

Properties

controlPosition ↔ ControlPosition?

Available on Data, provided by the Data$Ext extension

getter/setter pair
controls ↔ List<String?>?

Available on Data, provided by the Data$Ext extension

getter/setter pair
drawingMode ↔ String?

Available on Data, provided by the Data$Ext extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
map ↔ GMap?

Available on Data, provided by the Data$Ext extension

getter/setter pair
onAddfeature → Stream<DataAddFeatureEvent>

Available on Data, provided by the Data$Ext extension

no setter
onClick → Stream<DataMouseEvent>

Available on Data, provided by the Data$Ext extension

no setter
onContextmenu → Stream<DataMouseEvent>

Available on Data, provided by the Data$Ext extension

no setter
onDblclick → Stream<DataMouseEvent>

Available on Data, provided by the Data$Ext extension

no setter
onMousedown → Stream<DataMouseEvent>

Available on Data, provided by the Data$Ext extension

no setter
onMouseout → Stream<DataMouseEvent>

Available on Data, provided by the Data$Ext extension

no setter
onMouseover → Stream<DataMouseEvent>

Available on Data, provided by the Data$Ext extension

no setter
onMouseup → Stream<DataMouseEvent>

Available on Data, provided by the Data$Ext extension

no setter
onRemovefeature → Stream<DataRemoveFeatureEvent>

Available on Data, provided by the Data$Ext extension

no setter
onRemoveproperty → Stream<DataRemovePropertyEvent>

Available on Data, provided by the Data$Ext extension

no setter
onRightclick → Stream<DataMouseEvent>

Available on Data, provided by the Data$Ext extension

no setter
onSetgeometry → Stream<DataSetGeometryEvent>

Available on Data, provided by the Data$Ext extension

no setter
onSetproperty → Stream<DataSetPropertyEvent>

Available on Data, provided by the Data$Ext extension

no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
style ↔ Object?

Available on Data, provided by the Data$Ext extension

getter/setter pair
values ← Object?

Available on MVCObject, provided by the MVCObject$Ext extension

no getter

Methods

add([Object? feature]) → DataFeature?
addGeoJson(Object? geoJson, [DataGeoJsonOptions? options]) → List<DataFeature?>?

Available on Data, provided by the Data$Ext extension

addListener(String? eventName, Function? handler) → MapsEventListener?

Available on MVCObject, provided by the MVCObject$Ext extension

bindTo(String? key, MVCObject? target, [String? targetKey, bool? noNotify]) → void
inherited
contains(DataFeature? feature) → bool?
forEach(void callback(DataFeature?)?) → void

Available on Data, provided by the Data$Ext extension

get(String? key) → Object?
inherited
getFeatureById(Object? id) → DataFeature?
loadGeoJson(String? url, [DataGeoJsonOptions? options, void callback(List<DataFeature?>?)?]) → void

Available on Data, provided by the Data$Ext extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(String? key) → void
inherited
overrideStyle(DataFeature? feature, DataStyleOptions? style) → void
remove(DataFeature? feature) → void
revertStyle([DataFeature? feature]) → void
set(String? key, Object? value) → void
inherited
toGeoJson(void callback(Object?)?) → void

Available on Data, provided by the Data$Ext extension

toString() → String
A string representation of this object.
inherited
unbind(String? key) → void
inherited
unbindAll() → void
inherited

Operators

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