DivOverlayOptions class

Inheritance
Implementers
Annotations
  • @JS()
  • @anonymous

Constructors

DivOverlayOptions({String? attribution, Point? offset, String? className, String? pane})
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
className String
A custom CSS class name to assign to the popup.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offset Point
The offset of the popup position. Useful to control the anchor of the popup when opening it on some overlays.
getter/setter pair
pane String
Map pane where the popup will be added.
getter/setter pairoverride
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