Created
February 10, 2021 22:22
-
-
Save dariadobsai/55b6a2ac0de91453ca534a70592094c5 to your computer and use it in GitHub Desktop.
Historical map overlay with MapBox in Flutter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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