GroundOverlayOption class

图片覆盖物创建参数

Annotations

Constructors

GroundOverlayOption({required LatLng southWest, required LatLng northEast, required ImageProvider<Object> imageProvider})

Properties

hashCode int
The hash code for this object.
no setterinherited
imageProvider ImageProvider<Object>
final
northEast LatLng
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
southWest LatLng
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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