InteractiveLayerOptions class

Inheritance
Implementers
Annotations
  • @JS()
  • @anonymous

Constructors

InteractiveLayerOptions({String? pane, String? attribution, bool? interactive, bool? bubblingMouseEvents})
factory

Properties

attribution String
String to be shown in the attribution control, e.g. "© OpenStreetMap contributors". It describes the layer data and is often a legal obligation towards copyright holders and tile providers.
getter/setter pairinherited
bubblingMouseEvents bool
When true, a mouse event on this layer will trigger the same event on the map (unless L.DomEvent.stopPropagation is used).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interactive bool
If false, the layer will not emit mouse events and will act as a part of the underlying map.
getter/setter pair
pane String
By default the layer will be added to the map's overlay pane. Overriding this option will cause the layer to be placed on another pane by default.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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