Skip to content

Instantly share code, notes, and snippets.

@dariadobsai
Created February 10, 2021 22:22
Show Gist options
  • Save dariadobsai/55b6a2ac0de91453ca534a70592094c5 to your computer and use it in GitHub Desktop.
Save dariadobsai/55b6a2ac0de91453ca534a70592094c5 to your computer and use it in GitHub Desktop.
Historical map overlay with MapBox in Flutter
new TileLayerOptions(
urlTemplate: urlStart + (isPresentTime ? "Your present time style" : "Your overlay style") + urlEnd,
additionalOptions: {
'accessToken':
'Your accessToken',
},
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment