GroundOverlay class

Annotations

Constructors

GroundOverlay({required GroundOverlayId groundOverlayId, required double width, required double height, required BitmapDescriptor imageDescriptor, LatLng? position, double bearing = 0.0, bool clickable = false, LatLngBounds? bounds, Offset anchor = const Offset(0.5, 1.0), double transparency = 0.0, bool visible = true, double zIndex = 0.0, VoidCallback? onClick})
const

Properties

anchor Offset
final
bearing double
final
bounds LatLngBounds?
final
clickable bool
final
groundOverlayId GroundOverlayId
final
hashCode int
The hash code for this object.
no setteroverride
height double
final
imageDescriptor BitmapDescriptor
final
onClick VoidCallback?
final
position LatLng?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transparency double
final
visible bool
final
width double
final
zIndex double
final

Methods

clone() GroundOverlay
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCopy({double? bearing, bool? clickable, double? width, double? height, BitmapDescriptor? imageDescriptor, LatLng? position, LatLngBounds? bounds, Offset? anchor, double? transparency, bool? visible, double? zIndex, VoidCallback? onClick}) GroundOverlay

Operators

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