Skip to content

Commit

Permalink
Repositioned Google Map Compass in Beacon Project
Browse files Browse the repository at this point in the history
  • Loading branch information
vkprogrammer-001 committed Feb 26, 2024
1 parent 712acae commit 08c4fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/hike_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class _HikeScreenState extends State<HikeScreen> {
// child: Text('hello'),
child: GoogleMap(
compassEnabled: true,
padding: EdgeInsets.fromLTRB(320.0,520.0,0.0,0.0),
mapType: MapType.terrain,
polylines: model.polylines,
initialCameraPosition: CameraPosition(
Expand Down

0 comments on commit 08c4fdf

Please sign in to comment.