CameraTargetBounds class

Bounds for the map camera target.

Annotations

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() Object
Converts this object to something serializable in JSON.
toString() String
A string representation of this object.
override

Operators

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

Constants

unbounded → const CameraTargetBounds
Unbounded camera target.