Skip to content

Commit

Permalink
reposition_compass
Browse files Browse the repository at this point in the history
  • Loading branch information
vkprogrammer-001 committed Feb 26, 2024
1 parent 08c4fdf commit 8a5913c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/views/hike_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ class _HikeScreenState extends State<HikeScreen> {
// child: Text('hello'),
child: GoogleMap(
compassEnabled: true,
padding: EdgeInsets.fromLTRB(320.0,520.0,0.0,0.0),
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 8a5913c

Please sign in to comment.