menu
map_picker_flutter package
documentation
mpicker_controller.dart
MPickerController
goTo method
goTo method
dark_mode
light_mode
goTo
method
dynamic
goTo
(
LatLng
?
latLng
)
Go To place with latLng
Implementation
goTo(LatLng? latLng) { if (latLng != null) { ctMap.center = latLng; } }
map_picker_flutter package
documentation
mpicker_controller
MPickerController
goTo method
MPickerController class