menu
map_controller package
documentation
map_controller
StatefulMapController
zoomIn method
zoomIn
brightness_4
zoomIn
method
Future
<
void
>
zoomIn
(
)
Zoom in one level
Implementation
Future<void> zoomIn() => _mapState.zoomIn();
map_controller package
documentation
map_controller
StatefulMapController
zoomIn method
StatefulMapController class
Constructors
StatefulMapController
Properties
center
changeFeed
customTileLayer
hashCode
lines
mapController
mapOptions
markers
namedLines
namedMarkers
namedPolygons
onReady
polygons
rotate
runtimeType
statefulMarkers
tileLayer
tileLayerType
verbose
zoom
Methods
addLine
addLineFromGeoPoints
addMarker
addMarkers
addPolygon
addStatefulMarker
addStatefulMarkers
centerOnPoint
fitLine
fitMarker
fitMarkers
fromGeoJson
mutateMarker
noSuchMethod
notify
onPositionChanged
removeLine
removeMarker
removeMarkers
removePolygon
switchTileLayer
toGeoJson
toGeoJsonFeatures
toString
zoomIn
zoomOut
zoomTo
Operators
operator ==