Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kenzieschmoll
Last active March 15, 2019 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenzieschmoll/ec82a68858e8c88f0d2d8768666a8bff to your computer and use it in GitHub Desktop.
Save kenzieschmoll/ec82a68858e8c88f0d2d8768666a8bff to your computer and use it in GitHub Desktop.
Maps Sample V2 - change the map appearance pt 1
MapType _currentMapType = MapType.normal;
@override
Widget build(BuildContext context) {
return MaterialApp(
...
GoogleMap(
...
mapType: _currentMapType,
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment