CameraTargetBounds class

Bounds for the map camera target.

Constructors

CameraTargetBounds(LatLngBounds? bounds)
Creates a camera target bounds with the specified bounding box, or null to indicate that the camera target is not bounded.
const

Properties

bounds LatLngBounds?
The geographical bounding box for the map camera target.
final
hashCode int
The hash code for this object.
no setteroverride
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
toJson() → dynamic
toString() String
A string representation of this object.
override

Operators

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

Constants

unbounded → const CameraTargetBounds
Unbounded camera target.