MapControllerImpl class
- Implemented types
Constructors
Properties
- bounds → LatLngBounds?
-
no setteroverride
- center → LatLng?
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onReady
→ Future<
Null> -
no setteroverride
-
onRotationChanged
↔ ValueChanged<
double> ? -
getter/setter pairoverride
-
position
→ Stream<
MapPosition> -
no setteroverride
- ready → bool
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ← MapState?
-
no getter
- zoom → double
-
no setteroverride
Methods
-
fitBounds(
LatLngBounds bounds, {FitBoundsOptions? options = const FitBoundsOptions(padding: EdgeInsets.all(12.0))}) → void -
Fits the map bounds. Optional constraints can be defined
through the
options
parameter.override -
move(
LatLng? center, double zoom, {bool hasGesture = false}) → void -
Moves the map to a specific location and zoom level
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rotate(
double degree) → void -
Sets the map rotation to a certain degrees angle (in decimal).
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited