MPBoundsBuilder class
Build a MPBounds from a collection of MPPoints, note that at least one point has to be supplied before the bounds can be built
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → MPBounds - Build a MPBounds object
-
include(
MPPoint point) → MPBoundsBuilder -
Include a
point
in the MPBounds, if thepoint
is outside the bounds, the bounds will be expanded to include the point -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited