Google Maps has various buttons that are sadly covered up by the slide-up menu and hamburger button in home.dart.
The goal is to either reposition those buttons or, if this is not possible, remove those buttons (possible through Google Maps properties) and create our own buttons that link to the functions of the original ones.
Here are the various buttons that must be moved/accounted for:
[ ] Current Location button
[ ] Google logo
[ ] Compass utton (not as important)
[ ] Zoom in/out buttons (also not as important)
Also, these buttons must change position depending on whether the slide-up menu is open or closed. This might be achievable with an animation, but it is really your choice.
Google Maps has various buttons that are sadly covered up by the slide-up menu and hamburger button in home.dart.
The goal is to either reposition those buttons or, if this is not possible, remove those buttons (possible through Google Maps properties) and create our own buttons that link to the functions of the original ones.
Here are the various buttons that must be moved/accounted for:
Also, these buttons must change position depending on whether the slide-up menu is open or closed. This might be achievable with an animation, but it is really your choice.