menu
risto_widgets package
documentation
widgets/map/interactive_map.dart
InteractiveMapController<T>
moveTo method
moveTo method
dark_mode
light_mode
moveTo
method
void
moveTo
(
LatLng
position
, {
double
zoom
=
15.0
,
})
Implementation
void moveTo(LatLng position, {double zoom = 15.0}) { _internalMapController?.move(position, zoom); }
risto_widgets package
documentation
widgets/map/interactive_map
InteractiveMapController<T>
moveTo method
InteractiveMapController class