MapState class
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?
-