CircleController class
The CircleController
class wraps a gmaps.Circle
and its onTap
behavior.
Constructors
- CircleController({required Circle circle, bool consumeTapEvents = false, VoidCallback? onTap})
-
Creates a
CircleController
, which wraps agmaps.Circle
object and itsonTap
behavior.
Properties
- circle → Circle?
-
Returns the wrapped
gmaps.Circle
. Only used for testing.no setter - consumeTapEvents → bool
-
Returns
true
if this Controller will use its ownonTap
handler to consume events.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
remove(
) → void -
Disposes of the currently wrapped
gmaps.Circle
. -
toString(
) → String -
A string representation of this object.
inherited
-
update(
CircleOptions options) → void -
Updates the options of the wrapped
gmaps.Circle
object.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited