LayerOptions class

Implementers
Annotations
  • @JS()
  • @anonymous

Constructors

LayerOptions({String? pane, String? attribution})
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 pair
hashCode int
The hash code for this object.
no setterinherited
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 pair
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