Data class
- Inheritance
- Available extensions
- Annotations
-
- @JS('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 -
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?> ? -
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 -
get(
String? key) → Object? -
inherited
-
getFeatureById(
Object? id) → DataFeature? -
loadGeoJson(
String? url, [DataGeoJsonOptions? options, void callback(List< DataFeature?> ?)?]) → void -
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 -
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