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. [...]
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → dynamic - Converts this object to something serializable in JSON.
-
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.
CameraTargetBounds(null)