MapState class

Constructors

MapState(MapOptions options)

Properties

bounds LatLngBounds?
no setter
center → LatLng?
no setter
hashCode int
The hash code for this object.
no setterinherited
onMoved Stream<Null>
no setter
options MapOptions
getter/setter pair
pixelBounds Bounds<num>?
no setter
rotation double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size CustomPoint<num>?
getter/setter pair
zoom double
no setter

Methods

dispose() → void
fitBounds(LatLngBounds bounds, FitBoundsOptions options) → void
fitZoomToBounds(double? zoom) double
forceRebuild() → void
getBounds() LatLngBounds?
getBoundsCenterZoom(LatLngBounds bounds, FitBoundsOptions options) CenterZoom
getBoundsZoom(LatLngBounds bounds, CustomPoint<double> padding, {bool inside = false}) double
getCenter() → LatLng?
getLastPixelBounds() Bounds<num>?
getNewPixelOrigin(LatLng? center, [double? zoom]) CustomPoint<num>
getPixelBounds(double zoom) Bounds<num>
getPixelOrigin() CustomPoint<num>?
getPixelWorldBounds(double? zoom) Bounds<num>?
getScaleZoom(double scale, double fromZoom) double
getZoomScale(double toZoom, double? fromZoom) double
layerPointToLatLng(CustomPoint<num> point) → LatLng?
move(LatLng? center, double? zoom, {dynamic hasGesture = false}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
project(LatLng? latlng, [double? zoom]) CustomPoint<num>
toString() String
A string representation of this object.
inherited
unproject(CustomPoint<num> point, [double? zoom]) → LatLng?

Operators

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

Static Methods

of(BuildContext context, {bool nullOk = false}) MapState?