TileOverlay class

Annotations

Constructors

TileOverlay({required TileOverlayId tileOverlayId, required dynamic tileProvider, bool? fadeIn, double? transparency, bool? visible, double? zIndex})
const

Properties

fadeIn bool?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileOverlayId TileOverlayId
final
tileProvider → dynamic
final
transparency double?
final
visible bool?
final
zIndex double?
final

Methods

clone() TileOverlay
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCopy({dynamic tileProvider, bool? fadeIn, double? transparency, bool? visible, double? zIndex}) TileOverlay

Operators

operator ==(Object other) bool
The equality operator.
override